3a6cbf9de6
this deprecates the github.com/majestrate/srndv2 repo
10 lines
149 B
Makefile
10 lines
149 B
Makefile
REPO=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
|
|
|
all: srndv2
|
|
|
|
srndv2:
|
|
GOPATH=$(REPO) go build -v
|
|
|
|
clean:
|
|
GOPATH=$(REPO) go clean -v
|