aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/makefile b/makefile
index f82f6ae..2ce99e2 100644
--- a/makefile
+++ b/makefile
@@ -5,9 +5,8 @@
include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make
-dirs := template
-dist_dirs := $(dirs)
-#dist_dirs := $(filterout $(dirs),template)
+dirs := hello template
+dist_dirs := $(filter-out template,$(dirs))
default := $(out_base)/
dist := $(out_base)/.dist