summaryrefslogtreecommitdiff
path: root/make-mac.mk
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-16 14:13:44 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-16 14:13:44 -0700
commit53cbe485f07c5b374064f2c6c2ab9b3bdd10ea09 (patch)
treed21fbd179b9704a9620703183d912607a9bd62ac /make-mac.mk
parent6c29e966dd2a9f4ecd6f48b70e226bea05867b90 (diff)
downloadinfinitytier-53cbe485f07c5b374064f2c6c2ab9b3bdd10ea09.tar.gz
infinitytier-53cbe485f07c5b374064f2c6c2ab9b3bdd10ea09.zip
Some cleanup, and bite the bullet and go ahead and write a simple Http client. Need a cross-platform built-in one to do cli right.
Diffstat (limited to 'make-mac.mk')
-rw-r--r--make-mac.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-mac.mk b/make-mac.mk
index 2a38714a..425d9ded 100644
--- a/make-mac.mk
+++ b/make-mac.mk
@@ -75,7 +75,7 @@ selftest: $(OBJS) selftest.o
# $(CODESIGN) -vvv "build-ZeroTierUI-release/ZeroTier One.app"
clean:
- rm -rf *.dSYM build-* *.pkg *.dmg *.o node/*.o controller/*.o service/*.o osdep/*.o ext/http-parser/*.o ext/lz4/*.o zerotier-one zerotier-idtool zerotier-selftest ZeroTierOneInstaller-*
+ rm -rf *.dSYM build-* *.pkg *.dmg *.o node/*.o controller/*.o service/*.o osdep/*.o ext/http-parser/*.o ext/lz4/*.o ext/json-parser/*.o zerotier-one zerotier-idtool zerotier-selftest ZeroTierOneInstaller-*
# For our use -- builds official signed binary, packages in installer and download DMG
official: FORCE