From 33c76b4d712433dc39a2dbacba82daa61ef44edd Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 4 Feb 2018 19:15:00 -0500 Subject: Mark mac target phony --- bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/Makefile b/bin/Makefile index 78e422bc..d6d46e4c 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -47,4 +47,4 @@ unlink: .gitignore: Makefile echo '*.o' $(ALL_BINS) | tr ' ' '\n' > .gitignore -.PHONY: bsd linux any setuid clean link unlink +.PHONY: any bsd mac linux setuid clean link unlink -- cgit 1.4.1