summaryrefslogtreecommitdiff
path: root/src/navigation/script/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/navigation/script/Makefile')
-rw-r--r--src/navigation/script/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/navigation/script/Makefile b/src/navigation/script/Makefile
index d010ce1..5597f45 100644
--- a/src/navigation/script/Makefile
+++ b/src/navigation/script/Makefile
@@ -47,9 +47,13 @@ help::
@echo "src-clean: Clean up all checked out sources"
@echo "make APT_GET=yum for Fedora, by default APT_GET is set to apt-get"
+#initialize the variable ALL to an empty string
+ALL=
+#include makefiles
include *.mk
+#ALL is updated in the makefiles
all: $(ALL)
src-clean: $(SRC_CLEAN)