Makefile fix, only bifurcate routes for default, and release notes.

This commit is contained in:
Adam Ierymenko 2017-04-20 10:08:46 -07:00
commit f9ae5938d0
3 changed files with 17 additions and 27 deletions

View file

@ -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