summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2023-05-28 17:18:57 -0400
committerAndrew Cady <d@jerkface.net>2023-05-28 17:20:09 -0400
commitace88012251ad607c262dc3263ed7928dbeecc20 (patch)
treecc09031410fae95845987d6dabb22a5d6c2c006a /Makefile
parentf6a5dafe904909bbee1b2da0d3a7786fd8952871 (diff)
endofossil will find *.fossil files in various paths
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e9b3bf9..8735261 100644
--- a/Makefile
+++ b/Makefile
@@ -47,6 +47,8 @@ install:
47 install -m644 -t $(unitdir) -- $(unit_files) 47 install -m644 -t $(unitdir) -- $(unit_files)
48 install -t $(bindir) -- $(executables) 48 install -t $(bindir) -- $(executables)
49 systemctl daemon-reload 49 systemctl daemon-reload
50test: install
51 su - u -c 'fossil clone ssh://d@localhost/fossil/db db~$$(date -Ins).fossil'
50start stop restart status show: 52start stop restart status show:
51 systemctl $@ $(units) 53 systemctl $@ $(units)
52follow: 54follow: