aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-14 15:44:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-14 15:44:06 +0200
commit87991ad75cf0a33b2503dbb8725c3c6609254961 (patch)
tree7448ed8938f4b28af54c24fda764c7daab88f14f /makefile
parent101089f86e624dbacb0d53b312c021a28beb4eec (diff)
Add hello example
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