fixed clean entry
authorRalph Campbell <ralph@ucbvax.Berkeley.EDU>
Thu, 26 May 1983 05:12:46 +0000 (21:12 -0800)
committerRalph Campbell <ralph@ucbvax.Berkeley.EDU>
Thu, 26 May 1983 05:12:46 +0000 (21:12 -0800)
SCCS-vsn: usr.bin/spell/Makefile 4.3

usr/src/usr.bin/spell/Makefile

index 7941316..fe67d8b 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    4.2     %G%
+#      @(#)Makefile    4.3     %G%
 
 CFLAGS= -O
 
 
 CFLAGS= -O
 
@@ -14,7 +14,7 @@ install:      all
        install -c spell.sh $(DESTDIR)/usr/bin/spell
 
 clean: 
        install -c spell.sh $(DESTDIR)/usr/bin/spell
 
 clean: 
-       rm -f spell spellin hlista hlistb hlist hstop spellout
+       rm -f *.o spell spellin hlista hlistb hlist hstop spellout
 
 spell: spell.o
        cc spell.o -o spell
 
 spell: spell.o
        cc spell.o -o spell