comparison Makefile @ 563:5ba9ff1b14c7

fixed cleanup target
author thomask
date Thu, 02 Jun 2005 11:38:07 +0000
parents 924f45bc62e9
children 0f5c200f5c90
comparison
equal deleted inserted replaced
562:65be5fcebc6b 563:5ba9ff1b14c7
320 320
321 # 321 #
322 # remove targets and all temp objects 322 # remove targets and all temp objects
323 # 323 #
324 clean : $(sort $(subst $(complex_todo),clean,$(complex_makefiles))) nocompile_clean compile_clean norun_clean run_clean 324 clean : $(sort $(subst $(complex_todo),clean,$(complex_makefiles))) nocompile_clean compile_clean norun_clean run_clean
325 $(RM) $(z_rm) $(OBJ_DIR)/?*\\..* 325 $(RM) $(z_rm) $(OBJ_DIR)/?*.*
326 $(RM) run.sh norun.sh compile.sh nocompile.sh 326 $(RM) run.sh norun.sh compile.sh nocompile.sh
327 327
328 # the empty line above has to remain, otherwise some weired problems can arise 328 # the empty line above has to remain, otherwise some weired problems can arise