ENH: MakefileDirs: specify non-make command

This commit is contained in:
mattijs
2011-06-06 11:44:07 +01:00
parent b6fdc44646
commit 3d90d53230

View File

@ -36,7 +36,7 @@
application: $(FOAM_TARGETS)
$(FOAM_TARGETS):
@(cd $@ && $(FOAM_APP))
+@(cd $@ && $(FOAM_APP))
#------------------------------------------------------------------------------