diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-10 17:07:06 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-10 17:07:06 -0700 |
| commit | 5572b7ffb6377ec22c6914206c385d18bf08341e (patch) | |
| tree | 8f4f5628c56f381d9f9e4ac563477b31d3d31329 /make-linux.mk | |
| parent | 7576911951781baf8730ee3e166cb6efc73322bf (diff) | |
| download | infinitytier-5572b7ffb6377ec22c6914206c385d18bf08341e.tar.gz infinitytier-5572b7ffb6377ec22c6914206c385d18bf08341e.zip | |
Simplify Phy<> to get rid of more indirections.
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 d4cb9d89..d06f6cf7 100644 --- a/make-linux.mk +++ b/make-linux.mk @@ -89,7 +89,7 @@ installer: one FORCE ./buildinstaller.sh clean: - rm -rf *.o netconf/*.o node/*.o osdep/*.o control/*.o testnet/*.o ext/lz4/*.o zerotier-* build-* ZeroTierOneInstaller-* *.deb *.rpm + rm -rf *.o netconf/*.o node/*.o osdep/*.o service/*.o ext/http-parser/*.o ext/lz4/*.o zerotier-* build-* ZeroTierOneInstaller-* *.deb *.rpm debug: FORCE make -j 4 ZT_DEBUG=1 |
