use pure go target by default
This commit is contained in:
@@ -3,9 +3,6 @@ REPO=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
||||
all: srndv2
|
||||
|
||||
srndv2:
|
||||
GOPATH=$(REPO) go build -v -tags libsodium
|
||||
|
||||
pure:
|
||||
GOPATH=$(REPO) go build -v
|
||||
|
||||
clean:
|
||||
|
Reference in New Issue
Block a user