start preparing for gutting of libsodium dependancy
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user