diff options
Diffstat (limited to 'inheritance')
-rw-r--r-- | inheritance/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inheritance/makefile b/inheritance/makefile index 02e057a..e21a9de 100644 --- a/inheritance/makefile +++ b/inheritance/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 \ ---generate-query --table-prefix i_ +--generate-query --table-prefix inherit_ $(gen): cpp_options := -I$(src_base) $(gen): $(odb.l.cpp-options) |