Archived
1
0

start preparing for gutting of libsodium dependancy

This commit is contained in:
Jeff Becker
2017-08-26 09:40:24 -04:00
parent 0870b270cc
commit 2983eb6fbd
4 changed files with 41 additions and 4 deletions

View File

@@ -1,10 +1,11 @@
REPO=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
all: clean build
build: srndv2
all: srndv2
srndv2:
GOPATH=$(REPO) go build -v -tags libsodium
pure:
GOPATH=$(REPO) go build -v
clean: