diff options
Diffstat (limited to 'docs/tutorials/Makefile')
-rw-r--r-- | docs/tutorials/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/Makefile b/docs/tutorials/Makefile index 6174987d31b..30ec524e40f 100644 --- a/docs/tutorials/Makefile +++ b/docs/tutorials/Makefile @@ -1,7 +1,7 @@ # $Id$ -all clean realclean UNSHAR SHAR HTML : # +all clean realclean UNSHAR SHAR HTML CLEAN : # for i in * ; do \ [ -f $$i/Makefile ] || continue ; \ ( cd $$i ; $(MAKE) $@ ) ; \ |