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