summary refs log tree commit diff
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
commit7b07bd83b87fff0772724d4a3bde76be2bf98845 (patch)
tree8036b6afb50ec6465f0863726cbe496f51db655e
parentRemove klon (diff)
downloadsrc-7b07bd83b87fff0772724d4a3bde76be2bf98845.tar.gz
src-7b07bd83b87fff0772724d4a3bde76be2bf98845.zip
Fix tags target
-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