diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-14 15:44:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-14 15:44:06 +0200 |
commit | 87991ad75cf0a33b2503dbb8725c3c6609254961 (patch) | |
tree | 7448ed8938f4b28af54c24fda764c7daab88f14f /makefile | |
parent | 101089f86e624dbacb0d53b312c021a28beb4eec (diff) |
Add hello example
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |