diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-02-26 14:54:56 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-02-26 14:54:56 -0800 |
| commit | 66f29f09dab2eba3ff1a6e3786220ff65829dc7b (patch) | |
| tree | 6116c2238b235171f554e1437ffbed673a6bb5f1 /make-mac.mk | |
| parent | ecffa9f5e719ee3e236b84645c4c6992693bf30a (diff) | |
| download | infinitytier-66f29f09dab2eba3ff1a6e3786220ff65829dc7b.tar.gz infinitytier-66f29f09dab2eba3ff1a6e3786220ff65829dc7b.zip | |
Make clean fixes.
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 a4981c51..fd2622de 100644 --- a/make-mac.mk +++ b/make-mac.mk @@ -76,7 +76,7 @@ mac-ui: FORCE $(CODESIGN) -vvv "build-ZeroTierUI-release/ZeroTier One.app" clean: - rm -rf *.dSYM testnet.o selftest.o build-* *.o $(OBJS) $(TESTNET_OBJS) zerotier-* ZeroTierOneInstaller-* "ZeroTier One.zip" "ZeroTier One.dmg" + rm -rf *.dSYM build-* *.o netconf/*.o control/*.o node/*.o testnet/*.o ext/lz4/*.o zerotier-* ZeroTierOneInstaller-* "ZeroTier One.zip" "ZeroTier One.dmg" # For our use -- builds official signed binary, packages in installer and download DMG official: FORCE |
