mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-21 22:07:49 +00:00
Make clean fixes.
This commit is contained in:
parent
ecffa9f5e7
commit
66f29f09da
@ -88,7 +88,7 @@ installer: one FORCE
|
|||||||
./buildinstaller.sh
|
./buildinstaller.sh
|
||||||
|
|
||||||
clean:
|
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
|
debug: FORCE
|
||||||
make -j 4 ZT_DEBUG=1
|
make -j 4 ZT_DEBUG=1
|
||||||
|
@ -76,7 +76,7 @@ mac-ui: FORCE
|
|||||||
$(CODESIGN) -vvv "build-ZeroTierUI-release/ZeroTier One.app"
|
$(CODESIGN) -vvv "build-ZeroTierUI-release/ZeroTier One.app"
|
||||||
|
|
||||||
clean:
|
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
|
# For our use -- builds official signed binary, packages in installer and download DMG
|
||||||
official: FORCE
|
official: FORCE
|
||||||
|
Loading…
Reference in New Issue
Block a user