summaryrefslogtreecommitdiffstats
path: root/src/all.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/all.mk')
-rw-r--r--src/all.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/all.mk b/src/all.mk
new file mode 100644
index 0000000..d7a8a4f
--- /dev/null
+++ b/src/all.mk
@@ -0,0 +1,4 @@
+# add this dependency BEFORE including the other submakefiles.
+all:
+
+SUBMAKEFILES := include/all.mk lib/all.mk modules/all.mk main/all.mk tests/all.mk