From 53cbe485f07c5b374064f2c6c2ab9b3bdd10ea09 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 16 Apr 2015 14:13:44 -0700 Subject: 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. --- make-mac.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make-mac.mk') 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 -- cgit v1.2.3