Archived
1
0

update build.sh to use in repo source for daemon

This commit is contained in:
Jeff Becker
2017-04-03 10:05:28 -04:00
parent 3a6cbf9de6
commit f0b3de1c6e
2 changed files with 9 additions and 11 deletions

View File

@@ -1,6 +1,8 @@
REPO=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
all: srndv2
all: clean build
build: srndv2
srndv2:
GOPATH=$(REPO) go build -v