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 $@
19 14:13:59 -0400'>2017-08-19Move nethack options to envJune McEnroe 2017-08-17Remove scala syntax fileJune McEnroe 2017-08-06Add wakeJune McEnroe 2017-08-04Use $() in install.shJune McEnroe 2017-08-02Create Code Tarmak 3 layoutJune McEnroe 2017-07-31Add tupJune McEnroe 2017-07-31Use designated initializer for hnel tableJune McEnroe 2017-07-30Add juneJune McEnroe 2017-07-30Play nethack as ValkyrieJune McEnroe 2017-07-28Add toggle to hnelJune McEnroe 2017-07-28Install slJune McEnroe 2017-07-25Add up, supJune McEnroe 2017-07-24Autopickup ringsJune McEnroe 2017-07-24Name dogJune McEnroe 2017-07-23Add nethackrcJune McEnroe 2017-07-23Remove useless setuid in briJune McEnroe 2017-07-23Clean up hnel a tiny bitJune McEnroe 2017-07-21Set window size in hnelJune McEnroe 2017-07-21Add hnelJune McEnroe 2017-07-19chmod 600 in dtchJune McEnroe