Archived
1
0

use pure go target by default

This commit is contained in:
Jeff Becker 2017-08-26 12:35:10 -04:00
parent f4a6988f11
commit 358fe300ed
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
2 changed files with 0 additions and 7 deletions

View File

@ -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

View File

@ -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: