From 13e9bee581a48051326f36ede44d980f7975b15c Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Fri, 9 Feb 2018 15:29:35 -0500 Subject: Silence BSD ctags warnings --- bin/.gitignore | 2 +- bin/Makefile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'bin') diff --git a/bin/.gitignore b/bin/.gitignore index bdc4ce80..ae5a47b8 100644 --- a/bin/.gitignore +++ b/bin/.gitignore @@ -1,5 +1,5 @@ -tags *.o +tags atch dtch gfxx diff --git a/bin/Makefile b/bin/Makefile index c55b42e9..ffbde39a 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -29,7 +29,7 @@ setuid: bri chmod u+s bri clean: - rm -f *.o gfx/*.o $(ALL_BINS) + rm -f tags *.o gfx/*.o $(ALL_BINS) link: ln -s -f $(ALL_BINS:%=$(PWD)/%) ~/.bin @@ -38,9 +38,9 @@ unlink: rm -f $(ALL_BINS:%=~/.bin/%) .gitignore: Makefile - echo tags '*.o' $(ALL_BINS) | tr ' ' '\n' > .gitignore + echo '*.o' tags $(ALL_BINS) | tr ' ' '\n' > .gitignore tags: *.c - ctags *.c + ctags -w *.c .PHONY: any bsd linux setuid clean link unlink -- cgit 1.4.1