mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 05:43:59 -07:00
Simplify Phy<> to get rid of more indirections.
This commit is contained in:
parent
7576911951
commit
5572b7ffb6
7 changed files with 153 additions and 243 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue