diff options
author | June McEnroe <june@causal.agency> | 2019-11-10 22:42:54 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-11-10 22:42:54 -0500 |
commit | a083fdbf454965495468375a7aa9deecdc53b209 (patch) | |
tree | 4cdd12d9738124a14e70894a124554f983d9363e | |
parent | Filter invite-notify (diff) | |
download | pounce-a083fdbf454965495468375a7aa9deecdc53b209.tar.gz pounce-a083fdbf454965495468375a7aa9deecdc53b209.zip |
Separate tags from all target
Diffstat (limited to '')
-rw-r--r-- | Makefile | 4 |
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 $@ |