summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-02-26 14:54:56 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-02-26 14:54:56 -0800
commit66f29f09dab2eba3ff1a6e3786220ff65829dc7b (patch)
tree6116c2238b235171f554e1437ffbed673a6bb5f1
parentecffa9f5e719ee3e236b84645c4c6992693bf30a (diff)
downloadinfinitytier-66f29f09dab2eba3ff1a6e3786220ff65829dc7b.tar.gz
infinitytier-66f29f09dab2eba3ff1a6e3786220ff65829dc7b.zip
Make clean fixes.
-rw-r--r--make-linux.mk2
-rw-r--r--make-mac.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/make-linux.mk b/make-linux.mk
index 931120a4..d91284db 100644
--- a/make-linux.mk
+++ b/make-linux.mk
@@ -88,7 +88,7 @@ installer: one FORCE
./buildinstaller.sh
clean:
- rm -rf $(OBJS) $(TESTNET_OBJS) node/*.o osnet/*.o control/*.o testnet/*.o *.o zerotier-* build-* ZeroTierOneInstaller-* *.deb *.rpm
+ rm -rf *.o netconf/*.o node/*.o osnet/*.o control/*.o testnet/*.o ext/lz4/*.o zerotier-* build-* ZeroTierOneInstaller-* *.deb *.rpm
debug: FORCE
make -j 4 ZT_DEBUG=1
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