summaryrefslogtreecommitdiff
path: root/make-mac.mk
diff options
context:
space:
mode:
Diffstat (limited to 'make-mac.mk')
-rw-r--r--make-mac.mk4
1 files changed, 2 insertions, 2 deletions
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