summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5698196..5cf0897 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,8 @@ MAN5 = spawntab.5
 OBJS += daemon.o
 OBJS += service.o
 
+dev: tags all
+
 all: ${BINS}
 
 spawnd: ${OBJS}
@@ -22,8 +24,11 @@ spawnd: ${OBJS}
 
 ${OBJS}: daemon.h
 
+tags: *.c *.h
+	ctags -w *.c *.h
+
 clean:
-	rm -f ${BINS} ${OBJS}
+	rm -f ${BINS} ${OBJS} tags
 
 install: ${BINS} ${MAN5} ${MAN8}
 	install -d ${DESTDIR}${PREFIX}/sbin
c0843e353e56efe3865dafff1ed0&follow=1'>Use set for parent in hiJune McEnroe 2019-02-08Switch back to semantic keyword grouping in hiJune McEnroe 2019-02-08Match only the basename in hiJune McEnroe 2019-02-07Add mdoc syntax to hiJune McEnroe 2019-02-07Support multi-line C macros in hiJune McEnroe 2019-02-07Detect .mk files as makeJune McEnroe 2019-02-07Add make syntax to hiJune McEnroe 2019-02-07Add IRC output to hiJune McEnroe 2019-02-07Improve C syntax accuracy and add Format classJune McEnroe 2019-02-07Factor out hi checkJune McEnroe Fix subexpression bounds check and compile pattends. 2019-02-07Add Escape class to hiJune McEnroe 2019-02-07Add Todo class and parent syntax constraintJune McEnroec3c05d661168a7f346c56&follow=1'>Use compat_readpassphrase.c on LinuxJune McEnroe 2022-02-12Copy RPP defines from oconfigureJune McEnroe