commit 993a5e1

Emilia Smólska  ·  2026-06-21 20:24:30 +0000 UTC
parent 45af142
Add tags target
1 files changed,  +3, -0
+3, -0
 1@@ -26,6 +26,9 @@ ${PROG}: ${OBJS}
 2 .c.o:
 3 	${CC} ${CFLAGS} ${STDCFLAGS} ${WCFLAGS} -c -o $@ $<
 4 
 5+tags:
 6+	ctags `find . -name '*.[ch]'`
 7+
 8 ${OBJS}: mac.h
 9 
10 clean: