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

@@ -280,7 +280,7 @@ clean: sweep
done done
distclean: clean distclean: clean
for subdir in po scripts; \ for subdir in po scripts w3mimg; \
do \ do \
(cd $$subdir && $(MAKE) distclean); \ (cd $$subdir && $(MAKE) distclean); \
done done

View File

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

View File

@@ -26,6 +26,9 @@ fb_img.o: fb_img.c fb_gdkpixbuf.c fb_imlib2.c
clean: clean:
@-$(RM) -f *.o @-$(RM) -f *.o
distclean: clean
-$(RM) -f Makefile
# #

View File

@@ -20,6 +20,9 @@ x11_w3mimg.o: x11_w3mimg.c
clean: clean:
@-$(RM) -f *.o @-$(RM) -f *.o
distclean: clean
-$(RM) -f Makefile
# #