summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-11-10 22:42:54 -0500
committerJune McEnroe <june@causal.agency>2019-11-10 22:42:54 -0500
commita083fdbf454965495468375a7aa9deecdc53b209 (patch)
tree4cdd12d9738124a14e70894a124554f983d9363e /Makefile
parentFilter invite-notify (diff)
downloadpounce-a083fdbf454965495468375a7aa9deecdc53b209.tar.gz
pounce-a083fdbf454965495468375a7aa9deecdc53b209.zip
Separate tags from all target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 73d25c6..c0ea331 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,9 @@ OBJS += ring.o
 OBJS += server.o
 OBJS += state.o
 
-all: tags ${BINS}
+dev: tags all
+
+all: ${BINS}
 
 calico: dispatch.o
 	${CC} ${LDFLAGS} dispatch.o -o $@
/jorts/tree/ncurses>. 2022-03-16Remove -j4 from ./PlanJune McEnroe Plan learned to set this automatically! 2022-03-15Rewrite Linux install.sh for DebianJune McEnroe 2022-03-15Remove dashJune McEnroe