summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-02-04 19:15:00 -0500
committerJune McEnroe <programble@gmail.com>2018-02-04 19:15:00 -0500
commit774ad7be50e2be32793cfd99e55798e5ab66ff6b (patch)
tree33266366fcbc38ca0291d12792a0c37248e66879 /bin/Makefile
parentSet up Makefile for gfxx-cocoa or gfxx-fb (diff)
downloadsrc-774ad7be50e2be32793cfd99e55798e5ab66ff6b.tar.gz
src-774ad7be50e2be32793cfd99e55798e5ab66ff6b.zip
Mark mac target phony
Diffstat (limited to '')
-rw-r--r--bin/Makefile2
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
ref='/pounce/commit/local.c?h=2.1p1&id=510e4e18d1ce46d8a1ae2ed5eff54304598c1529&follow=1'>Rename listen to localJune McEnroe 2019-11-09Remove extended-join and invite-notifyJune McEnroe 2019-11-09Maintain stateCaps and offer them to clientsJune McEnroe 2019-11-09Parse capabilitiesJune McEnroe 2019-11-09Avoid the reserved _A names with BIT macroJune McEnroe 2019-11-09Define macro for bit flag enumsJune McEnroe 2019-11-08Check that password is hashedJune McEnroe 2019-11-08Avoid calling getopt_long again after it returns -1June McEnroe 2019-11-08Only change AWAY status for registered clientsJune McEnroe 2019-11-07Just write the example normallyJune McEnroe 2019-11-07Include path in readlinkat errorJune McEnroe 2019-11-07Call clientConsume before clientRecvJune McEnroe 2019-11-06Use -l:filename in Linux.mkJune McEnroe 2019-11-06Fix compat.h for #defined strlcpyJune McEnroe 2019-11-06Allow unsetting LIBRESSL_PREFIXJune McEnroe 2019-11-06Document calico service configurationJune McEnroe 2019-11-06Document SASL EXTERNAL configuration in more detailJune McEnroe 2019-11-06Document pounce service configurationJune McEnroe 2019-11-06Mention Darwin and GNU/Linux in READMEJune McEnroe 2019-11-06Assume LibreSSL from brew on DarwinJune McEnroe 2019-11-06Remove -DNO_EXPLICIT_BZERO from Darwin.mkJune McEnroe 2019-11-06Don't install rc scripts or dirs on LinuxJune McEnroe