diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-10-29 19:54:24 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-10-29 19:54:24 -0700 |
| commit | 8bd9f7d51dbb8756d7063cc7cb3939ff74104145 (patch) | |
| tree | 1021e079ecd50754d2124c142e06e3185476281b /make-mac.mk | |
| parent | 0e84eb3852e9bf5661bd6ace8f94d1f08a758c85 (diff) | |
| download | infinitytier-8bd9f7d51dbb8756d7063cc7cb3939ff74104145.tar.gz infinitytier-8bd9f7d51dbb8756d7063cc7cb3939ff74104145.zip | |
Build fix for UI and mac.
Diffstat (limited to 'make-mac.mk')
| -rw-r--r-- | make-mac.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-mac.mk b/make-mac.mk index 0ca12c7b..1e66d089 100644 --- a/make-mac.mk +++ b/make-mac.mk @@ -68,7 +68,7 @@ mac-ui: FORCE $(CODESIGN) -vvv "build-ZeroTierUI-release/ZeroTier One.app" clean: - rm -rf *.dSYM testnet.o selftest.o build-* $(OBJS) $(TESTNET_OBJS) zerotier-* ZeroTierOneInstaller-* "ZeroTier One.zip" "ZeroTier One.dmg" + rm -rf *.dSYM testnet.o selftest.o build-* *.o $(OBJS) $(TESTNET_OBJS) zerotier-* ZeroTierOneInstaller-* "ZeroTier One.zip" "ZeroTier One.dmg" # For our use -- builds official signed binary, packages in installer and download DMG official: FORCE |
