"make distclean" -> delete all files not for release

"make spotless"		-> delete all non-generated files
This commit is contained in:
hpa 2001-07-26 22:39:32 +00:00
parent b98d08b5d4
commit d59b94d721
4 changed files with 9 additions and 6 deletions

View file

@ -12,7 +12,7 @@ install:
clean:
-rm -f *.a *.o
spotless: clean
distclean: clean
-rm -f *~
libxtra.a: $(LIBOBJS)