*** empty log message ***
[h316.git] / Makefile
index d723946c558fa93000868e5211f2c84ccd07681f..29336ae726e695e733460041961112b87761abc5 100644 (file)
--- 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) $@;)