diff --git a/Makefile b/Makefile index 2059b7b..ea9d748 100644 --- a/Makefile +++ b/Makefile @@ -33,10 +33,6 @@ $(SRND): $(MAKE) -C $(SRND_DIR) cp $(SRND_DIR)/srndv2 $(SRND) -pure: - $(MAKE) -C $(SRND_DIR) pure - cp $(SRND_DIR)/srndv2 $(SRND) - clean: rm -f $(SRND) $(JS) $(MAKE) -C $(SRND_DIR) clean diff --git a/contrib/backends/srndv2/Makefile b/contrib/backends/srndv2/Makefile index b7bcf5f..e942438 100644 --- a/contrib/backends/srndv2/Makefile +++ b/contrib/backends/srndv2/Makefile @@ -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: