Makefile
changeset 270 f1674941c3ad
parent 268 1eba01e3fb70
child 279 c0453b7f99df
--- a/Makefile	Fri Apr 01 11:10:06 2011 +0200
+++ b/Makefile	Mon Apr 04 13:25:39 2011 +0200
@@ -24,7 +24,7 @@
 	-rm -f iec2iec iec2c *.o absyntax/*.o
 	echo > Makefile.depend
 # make something everywhere (ie, in all Makefiles that have that target)
-	find . -depth -mindepth 2 -maxdepth 2 -name Makefile -printf %h\\n | xargs -i make -C{} $@
+	find . -depth -mindepth 2 -maxdepth 2 -name Makefile | sed 's/Makefile//g' | xargs -I {} make -C{} clean
 
 CXXFLAGS += -I.