diff --git a/GNUmakefile b/GNUmakefile index 246b2940e..b67dd736c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -22,7 +22,7 @@ endif MAKE_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST)))) ifeq ($(shell test -f $(MAKE_DIR)/Makefile && echo 1), 1) -all: +%: @+$(MAKE) -f $(MAKE_DIR)/Makefile $(MAKECMDGOALS) --no-print-directory else