summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2023-05-24 23:28:27 -0400
committerAndrew Cady <d@jerkface.net>2023-05-24 23:28:27 -0400
commit66a13da171824f982748c65884164382fe00a809 (patch)
treeb22131e2219d02b3541d9a86075521df8657d376
parent16a40ed63a947d4f0d5223387232e673a1a05147 (diff)
rule to make db
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bfa3330..59b2796 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,8 @@ follow:
23 23
24 24
25 25
26$(fossil_database):
27 fossil init $@
26 28
27work: 29work:
28 mkdir -p $@ 30 mkdir -p $@