summaryrefslogtreecommitdiff
path: root/make-mac.mk
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2017-04-20 10:08:46 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2017-04-20 10:08:46 -0700
commitf9ae5938d0f97e3020660bcbd04bc02f91e4b63d (patch)
tree0249fba0a8eb25c22e709f67ad4c09bba793aec9 /make-mac.mk
parenta8ced184dc67c5cf39ce1332156c7eb80241768b (diff)
downloadinfinitytier-f9ae5938d0f97e3020660bcbd04bc02f91e4b63d.tar.gz
infinitytier-f9ae5938d0f97e3020660bcbd04bc02f91e4b63d.zip
Makefile fix, only bifurcate routes for default, and release notes.
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