diff options
author | June McEnroe <programble@gmail.com> | 2018-02-04 19:15:00 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2018-02-04 19:15:00 -0500 |
commit | 774ad7be50e2be32793cfd99e55798e5ab66ff6b (patch) | |
tree | 33266366fcbc38ca0291d12792a0c37248e66879 /bin/Makefile | |
parent | Set up Makefile for gfxx-cocoa or gfxx-fb (diff) | |
download | src-774ad7be50e2be32793cfd99e55798e5ab66ff6b.tar.gz src-774ad7be50e2be32793cfd99e55798e5ab66ff6b.zip |
Mark mac target phony
Diffstat (limited to 'bin/Makefile')
-rw-r--r-- | bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |