aboutsummaryrefslogtreecommitdiff
path: root/db/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'db/makefile')
-rw-r--r--db/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/makefile b/db/makefile
index 0802fa6..59d9fc2 100644
--- a/db/makefile
+++ b/db/makefile
@@ -18,7 +18,7 @@ data: data.sql
full: full.sql
$(SQL) < $<
-base.sql: reset.sql init.sql
+base.sql: reset.sql init.sql functions.sql
cat $^ > $@
full.sql: base.sql data.sql