From 67b3fa9311f6daa4caebbd37e1fb55bb4b3953cb Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 31 Mar 2014 22:38:46 -0700 Subject: Clean up main.o in Linux make clean. --- make-linux.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make-linux.mk b/make-linux.mk index 1bc846a4..0a063663 100644 --- a/make-linux.mk +++ b/make-linux.mk @@ -23,7 +23,7 @@ LDFLAGS=-pie -Wl,-z,relro,-z,now STRIP=strip --strip-all # 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= #STRIP=echo @@ -52,7 +52,7 @@ installer: one FORCE ./buildinstaller.sh clean: - rm -rf $(OBJS) zerotier-* build-* ZeroTierOneInstaller-* + rm -rf $(OBJS) *.o node/*.o zerotier-* build-* ZeroTierOneInstaller-* official: FORCE make -j 4 ZT_OFFICIAL_RELEASE=1 -- cgit v1.2.3