aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/makefile b/template/makefile
index 17face5..37e1f03 100644
--- a/template/makefile
+++ b/template/makefile
@@ -46,7 +46,8 @@ gen := $(addprefix $(out_base)/,$(genf))
$(gen): $(odb)
$(gen): odb := $(odb)
-$(gen) $(dist): export odb_options += --database $(db_id) --generate-schema
+$(gen) $(dist): export odb_options += --database $(db_id) --generate-schema \
+--table-prefix @@CHANGE-THIS_
$(gen): cpp_options := -I$(src_base)
$(gen): $(odb.l.cpp-options)