diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-05-21 16:18:05 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-05-21 16:18:05 +0200 |
commit | 1bb67296c43b662cf00882971fcb3df655d7302b (patch) | |
tree | f52723fab0afd4131a42ecdbd782e7dbfe5dc29b /db/makefile | |
parent | 569d61381723eea60188e00d6133fddcaee37ef8 (diff) |
add/remove from cart working
Diffstat (limited to 'db/makefile')
-rw-r--r-- | db/makefile | 2 |
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 |