diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-01 11:56:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-01 11:56:33 +0200 |
commit | 5a14aa4978cca949f3d07561ba35f8fd3af76ab2 (patch) | |
tree | 4c5e54ca7daf83130fd06f16db56b517ea254ce6 /makefile | |
parent | 2ef165437ce47f50110a9b230f302c5cd5fde1d4 (diff) |
Add support for embedded database schemas
New options: --schema-format, --default-schema. New example: schema/embedded.
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 := composite container hello query mapping +dirs := composite container hello query mapping schema/embedded tr1_dirs := relationship inverse schema/custom boost_dirs := boost |