mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-09 04:04:13 +00:00
.
This commit is contained in:
parent
506c74270c
commit
61d6ada88d
@ -137,9 +137,6 @@ selftest: $(OBJS) selftest.o
|
||||
$(CXX) $(CXXFLAGS) $(LDFLAGS) -o zerotier-selftest selftest.o $(OBJS) $(LDLIBS)
|
||||
$(STRIP) zerotier-selftest
|
||||
|
||||
#installer: one FORCE
|
||||
# ./ext/installfiles/linux/buildinstaller.sh
|
||||
|
||||
clean: FORCE
|
||||
rm -rf *.so *.o netcon/*.a node/*.o controller/*.o osdep/*.o service/*.o ext/http-parser/*.o ext/lz4/*.o ext/json-parser/*.o ext/miniupnpc/*.o ext/libnatpmp/*.o $(OBJS) zerotier-one zerotier-idtool zerotier-cli zerotier-selftest zerotier-netcon-service build-* ZeroTierOneInstaller-* *.deb *.rpm .depend netcon/.depend doc/node_modules
|
||||
find netcon -type f \( -name '*.o' -o -name '*.so' -o -name '*.1.0' -o -name 'zerotier-one' -o -name 'zerotier-cli' -o -name 'zerotier-netcon-service' \) -delete
|
||||
@ -149,10 +146,4 @@ debug: FORCE
|
||||
make ZT_DEBUG=1 one
|
||||
make ZT_DEBUG=1 selftest
|
||||
|
||||
#official: FORCE
|
||||
# make ZT_OFFICIAL_RELEASE=1 clean
|
||||
# make -j 4 ZT_OFFICIAL_RELEASE=1 one
|
||||
# make ZT_OFFICIAL_RELEASE=1 installer
|
||||
# make ZT_OFFICIAL_RELEASE=1 doc
|
||||
|
||||
FORCE:
|
||||
|
Loading…
x
Reference in New Issue
Block a user