"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

@ -23,5 +23,5 @@ install: tftpd
clean:
rm -f *.o tftpd tftpsubs.c tftpsubs.h
spotless: clean
distclean: clean
rm -f *~