diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-23 11:04:36 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-23 11:04:36 +0200 |
commit | 01c9e7c9cc51ad1795de6c556d196d46b931402b (patch) | |
tree | b9da14338aea1d3646d59792a884ae02f3c48ede /makefile | |
parent | afad07f94fb20973e2247809a5d9bc5692820ce7 (diff) |
Add query 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 mapping template +dirs := hello query mapping template dist_dirs := $(filter-out template,$(dirs)) default := $(out_base)/ |