mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-05 20:41:44 -07:00
add support for debug flags in FreeBSD
This commit is contained in:
parent
e01c0adff2
commit
88abd6ffc6
4 changed files with 20 additions and 4 deletions
|
@ -159,7 +159,7 @@ clean:
|
|||
rm -rf *.a *.o node/*.o controller/*.o osdep/*.o service/*.o ext/http-parser/*.o build-* zerotier-one zerotier-idtool zerotier-selftest zerotier-cli $(ONE_OBJS) $(CORE_OBJS)
|
||||
|
||||
debug: FORCE
|
||||
gmake -j 4 ZT_DEBUG=1
|
||||
$(MAKE) -j ZT_DEBUG=1
|
||||
|
||||
install: one
|
||||
rm -f /usr/local/sbin/zerotier-one
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue