Make clean fixes.

This commit is contained in:
Adam Ierymenko 2015-02-26 14:54:56 -08:00
commit 66f29f09da
2 changed files with 2 additions and 2 deletions

View file

@ -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