summaryrefslogtreecommitdiff
path: root/makefiles/top.mk
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles/top.mk')
-rw-r--r--makefiles/top.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefiles/top.mk b/makefiles/top.mk
index 79aab0b..8bf2acc 100644
--- a/makefiles/top.mk
+++ b/makefiles/top.mk
@@ -10,6 +10,7 @@
# - target 'distclean'
# - target 'test'
# - target 'doc'
+# - target 'dist'
# - target 'help'
.PHONY: all
@@ -44,3 +45,4 @@ doc:
help:
@cat makefiles/help.mk
+-include $(TOPDIR)/makefiles/dist.mk