redo-pal -> undo-pal

This commit is contained in:
David Rose 2001-07-30 21:23:43 +00:00
parent bdf804a6ac
commit 5c5f2a6b22

View File

@ -436,9 +436,9 @@ fix-pal :
$[TAB]egg-palettize $[PALETTIZE_OPTS] -a $[texattrib_file] -dm $[install_dir]/%g/maps -redo -all -egg $[TAB]egg-palettize $[PALETTIZE_OPTS] -a $[texattrib_file] -dm $[install_dir]/%g/maps -redo -all -egg
# #
# redo-pal : blow away all the palettization information and start fresh. # undo-pal : blow away all the palettization information and start fresh.
# #
redo-pal : clean-pal undo-pal : clean-pal
$[TAB]rm -f $[texattrib_file:%.txa=%.boo] $[TAB]rm -f $[texattrib_file:%.txa=%.boo]
# #