summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-10-17 15:44:45 -0400
committerJune McEnroe <june@causal.agency>2018-10-17 15:44:45 -0400
commited2b16c7185dcad9c97f9b657629cbc949ccef7c (patch)
treef1492a72811f476ccc531fa1a923c40fa68db359 /bin/Makefile
parentRemove klon (diff)
downloadsrc-ed2b16c7185dcad9c97f9b657629cbc949ccef7c.tar.gz
src-ed2b16c7185dcad9c97f9b657629cbc949ccef7c.zip
Fix tags target
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/Makefile b/bin/Makefile
index 10ab1156..d68d1cc5 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -40,8 +40,8 @@ linux: any $(BINS_LINUX)
 		| tr ' ' '\n' \
 		> .gitignore
 
-tags: *.h *.c
-	ctags -w *.h *.c
+tags: *.c
+	ctags -w *.c
 
 atch: dtch
 	ln -f dtch atch