From 7b07bd83b87fff0772724d4a3bde76be2bf98845 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 17 Oct 2018 15:44:45 -0400 Subject: Fix tags target --- bin/Makefile | 4 ++-- 1 file 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 -- cgit 1.4.1