diff level1/cmds/makefile @ 492:55c11462fb10

clean now cleans basic09 linked files
author boisy
date Wed, 09 Oct 2002 14:49:46 +0000
parents 7e5b18941974
children c7dda4211c00
line wrap: on
line diff
--- a/level1/cmds/makefile	Wed Oct 09 14:47:14 2002 +0000
+++ b/level1/cmds/makefile	Wed Oct 09 14:49:46 2002 +0000
@@ -19,7 +19,7 @@
 	$(CHMOD) 755 $(ALLOBJS)
 
 clean:
-	$(RM) $(ALLOBJS)
+	$(RM) $(ALLOBJS) $(BASIC09FILES)
 
 identify:
 	$(IDENT_SHORT) $(ALLOBJS)