Basic Debian package support in buildinstaller.sh

This commit is contained in:
Adam Ierymenko 2014-12-03 21:40:33 +00:00
commit 4bf2fa3edb
5 changed files with 35 additions and 1 deletions

View file

@ -82,7 +82,7 @@ installer: one FORCE
./buildinstaller.sh
clean:
rm -rf $(OBJS) $(TESTNET_OBJS) node/*.o osnet/*.o control/*.o testnet/*.o *.o zerotier-* build-* ZeroTierOneInstaller-*
rm -rf $(OBJS) $(TESTNET_OBJS) node/*.o osnet/*.o control/*.o testnet/*.o *.o zerotier-* build-* ZeroTierOneInstaller-* *.deb *.rpm
debug: FORCE
make -j 4 ZT_DEBUG=1