From ed2b16c7185dcad9c97f9b657629cbc949ccef7c Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 17 Oct 2018 15:44:45 -0400 Subject: Fix tags target --- bin/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/Makefile') 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 -- cgit 1.4.1