changeset 492:55c11462fb10

clean now cleans basic09 linked files
author boisy
date Wed, 09 Oct 2002 14:49:46 +0000
parents 570b83b872f6
children d05e9232c3a2
files level1/cmds/makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)