From 358fe300ed3e79de649cdf982ae2cb32d1449252 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sat, 26 Aug 2017 12:35:10 -0400 Subject: [PATCH] use pure go target by default --- Makefile | 4 ---- contrib/backends/srndv2/Makefile | 3 --- 2 files changed, 7 deletions(-) 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: