diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-11-30 18:13:45 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-11-30 18:13:45 +0200 |
commit | fe69aa1a2b29e577b86026f7bb56a19f5b3bdfef (patch) | |
tree | b2318cae2cabd5cd534fe351d850049e36bfa38d /makefile | |
parent | b498f6525ac1953b5ef4fdf3f027138c00c1ea19 (diff) |
Add container example
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make -dirs := hello query mapping template +dirs := container hello query mapping template dist_dirs := $(filter-out template,$(dirs)) default := $(out_base)/ |