summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc15a3d5d4..358b3c05c5 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ $(error Cannot determine build platform)
endif
export BUILD_VERSION = $(shell uname -m)
-RUN = @$(MAKE) -f scripts/main.mk
+RUN = +@$(MAKE) -f scripts/main.mk
default: ; @printf "You must specify a valid target\n"