distclean

This commit is contained in:
Fumitoshi UKAI
2003-09-29 16:37:13 +00:00
parent 908ea87996
commit 3c576cd040
2 changed files with 7 additions and 0 deletions

View File

@@ -25,4 +25,7 @@ clean:
(cd $$dir && $(MAKE) clean RM=$(RM)); \
done
distclean: clean
-$(RM) -f Makefile
#