mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-05-03 09:12:52 +00:00
Clean up main.o in Linux make clean.
This commit is contained in:
parent
316e8d1939
commit
67b3fa9311
@ -23,7 +23,7 @@ LDFLAGS=-pie -Wl,-z,relro,-z,now
|
|||||||
STRIP=strip --strip-all
|
STRIP=strip --strip-all
|
||||||
|
|
||||||
# Uncomment for a debug build
|
# Uncomment for a debug build
|
||||||
#CFLAGS=-Wall -g -pthread $(INCLUDES) -DZT_TRACE $(DEFS)
|
#CFLAGS=-Wall -g -pthread $(INCLUDES) -DZT_TRACE -DZT_LOG_STDOUT $(DEFS)
|
||||||
#LDFLAGS=
|
#LDFLAGS=
|
||||||
#STRIP=echo
|
#STRIP=echo
|
||||||
|
|
||||||
@ -52,7 +52,7 @@ installer: one FORCE
|
|||||||
./buildinstaller.sh
|
./buildinstaller.sh
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(OBJS) zerotier-* build-* ZeroTierOneInstaller-*
|
rm -rf $(OBJS) *.o node/*.o zerotier-* build-* ZeroTierOneInstaller-*
|
||||||
|
|
||||||
official: FORCE
|
official: FORCE
|
||||||
make -j 4 ZT_OFFICIAL_RELEASE=1
|
make -j 4 ZT_OFFICIAL_RELEASE=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user