From a083fdbf454965495468375a7aa9deecdc53b209 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 10 Nov 2019 22:42:54 -0500 Subject: Separate tags from all target --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 $@ -- cgit 1.4.1