From e09b5560b2d081015054ee77edcbf9f2ab31f015 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 11 Mar 2018 23:40:03 -0400 Subject: PHONY is a waste of time --- bin/Makefile | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'bin') diff --git a/bin/Makefile b/bin/Makefile index af587376..3cec67ee 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -15,6 +15,12 @@ bsd: any $(BSD_BINS) linux: any $(LIN_BINS) +.gitignore: Makefile + echo '*.o' tags $(ALL_BINS) | tr ' ' '\n' > .gitignore + +tags: *.c + ctags -w *.c + atch: dtch ln -f dtch atch @@ -36,11 +42,3 @@ link: unlink: rm -f $(ALL_BINS:%=~/.bin/%) - -.gitignore: Makefile - echo '*.o' tags $(ALL_BINS) | tr ' ' '\n' > .gitignore - -tags: *.c - ctags -w *.c - -.PHONY: any bsd linux setuid clean link unlink -- cgit 1.4.1