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 '')
-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 $@
unhandled sequences interfering with the screen. 2021-10-20Fix showing cursor with default colorsJune McEnroe 2021-10-20Add entire 256-color palette to shotty -iJune McEnroe 2021-10-20Ignore XTWINOPS in shottyJune McEnroe 2021-10-20Add A Wizard of EarthseaJune McEnroe Meh. 2021-10-18Revert "Add shotty -t to animate (crudely) between snapshots"June McEnroe This reverts commit 0fc730ec8e058607b05185e1a36b22615ffbae40. It's mostly irrelevant to how shotty actually functions so I think it would be better done externally. Reverting just to keep the dumb JavaScript in history. 2021-10-18Add shotty -t to animate (crudely) between snapshotsJune McEnroe 2021-10-18Add ptee -t to output media copy at an intervalJune McEnroe 2021-10-18Swap functions of ^Q and ^S in pteeJune McEnroe 2021-10-18Add shotty -i to output inline colorsJune McEnroe 2021-10-18Remove leftover scheme.h targetJune McEnroe 2021-10-18Cite ctlseqs.ms and UTF-8June McEnroe 2021-10-18Skip DECKP* in lexer