changeset 159 | 1e4eb0d48385 |
parent 70 | e1f0ebd2d9ec |
child 178 | 1622dc05c6ca |
--- a/Makefile Mon Dec 15 17:23:22 2008 +0100 +++ b/Makefile Mon Dec 15 17:23:48 2008 +0100 @@ -21,7 +21,8 @@ clean: - -rm -f iec2iec iec2c *.o absyntax/*.o Makefile.depend + -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{} $@