diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-23 09:32:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-23 09:32:31 +0200 |
commit | 2f17222fd6b2f3cfa251e57daf67ee58d25d6e43 (patch) | |
tree | 3122acf600ad51dcab80e5f353f81f86d616fdff /makefile | |
parent | c542a0841869618f82188bc193e21a6a6972f0ba (diff) |
Add the mapping example
It shows how to map between C++ value types and SQL types
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 template +dirs := hello mapping template dist_dirs := $(filter-out template,$(dirs)) default := $(out_base)/ |