summary refs log tree commit diff
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
parentFilter invite-notify (diff)
downloadpounce-a083fdbf454965495468375a7aa9deecdc53b209.tar.gz
pounce-a083fdbf454965495468375a7aa9deecdc53b209.zip
Separate tags from all target
-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 $@