From f9ae5938d0f97e3020660bcbd04bc02f91e4b63d Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 20 Apr 2017 10:08:46 -0700 Subject: Makefile fix, only bifurcate routes for default, and release notes. --- make-mac.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make-mac.mk') diff --git a/make-mac.mk b/make-mac.mk index fe832ae1..6676f457 100644 --- a/make-mac.mk +++ b/make-mac.mk @@ -61,11 +61,11 @@ endif CXXFLAGS=$(CFLAGS) -std=c++11 -stdlib=libc++ +all: one macui + ext/x64-salsa2012-asm/salsa2012.o: $(CC) $(CFLAGS) -c ext/x64-salsa2012-asm/salsa2012.s -o ext/x64-salsa2012-asm/salsa2012.o -all: one macui - one: $(OBJS) service/OneService.o one.o $(CXX) $(CXXFLAGS) -o zerotier-one $(OBJS) service/OneService.o one.o $(LIBS) $(STRIP) zerotier-one -- cgit v1.2.3