diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-16 14:13:44 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-16 14:13:44 -0700 |
| commit | 53cbe485f07c5b374064f2c6c2ab9b3bdd10ea09 (patch) | |
| tree | d21fbd179b9704a9620703183d912607a9bd62ac /make-linux.mk | |
| parent | 6c29e966dd2a9f4ecd6f48b70e226bea05867b90 (diff) | |
| download | infinitytier-53cbe485f07c5b374064f2c6c2ab9b3bdd10ea09.tar.gz infinitytier-53cbe485f07c5b374064f2c6c2ab9b3bdd10ea09.zip | |
Some cleanup, and bite the bullet and go ahead and write a simple Http client. Need a cross-platform built-in one to do cli right.
Diffstat (limited to 'make-linux.mk')
| -rw-r--r-- | make-linux.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-linux.mk b/make-linux.mk index 082ba07d..63111fdf 100644 --- a/make-linux.mk +++ b/make-linux.mk @@ -76,7 +76,7 @@ installer: one FORCE ./buildinstaller.sh clean: - rm -rf *.o node/*.o controller/*.o osdep/*.o service/*.o ext/http-parser/*.o ext/lz4/*.o zerotier-one zerotier-idtool zerotier-selftest build-* ZeroTierOneInstaller-* *.deb *.rpm + rm -rf *.o node/*.o controller/*.o osdep/*.o service/*.o ext/http-parser/*.o ext/lz4/*.o ext/json-parser/*.o zerotier-one zerotier-idtool zerotier-selftest build-* ZeroTierOneInstaller-* *.deb *.rpm debug: FORCE make -j 4 ZT_DEBUG=1 |
