X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=Makefile;h=29336ae726e695e733460041961112b87761abc5;hb=99ab10072953cf340864184e8080b2f68f643215;hp=d723946c558fa93000868e5211f2c84ccd07681f;hpb=a6ded8d93b8bf0ef9b1b554a2d8a4c05e7d479be;p=h316.git diff --git a/Makefile b/Makefile index d723946..29336ae 100644 --- a/Makefile +++ b/Makefile @@ -28,12 +28,13 @@ SUBDIRS+=programs/mandelbrot\ # If you want to build the docs, too: Uncomment next line: #SUBDIRS+=docs/manual -cvsclean: clean - touch slst/* sys/* default: @$(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir)&&) /bin/true +cvsclean: clean + touch slst/* sys/* + %: @echo $@ $(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir) $@;)