distclean

This commit is contained in:
Fumitoshi UKAI
2003-09-29 16:37:13 +00:00
parent 3c576cd040
commit 44f4bc70f7
4 changed files with 13 additions and 1 deletions

View File

@@ -26,6 +26,12 @@ clean:
done
distclean: clean
for subdir in fb x11; \
do \
(cd $$subdir && $(MAKE) distclean); \
done
-$(RM) -f Makefile
-$(RM) -f Makefile
#