diff --git a/Makefile b/Makefile index e44d7b9c..c0c3842b 100644 --- a/Makefile +++ b/Makefile @@ -9,5 +9,6 @@ $(TARGETS:%=\%.%): echo MAKE $@ $(MAKE) -C $* $(@:$*.%=%) -$(TARGETS): %: $(DIRS:%=%.%) +$(TARGETS): + $(MAKE) $(DIRS:%=%.$@)