Archived
1
0

move srndv2 to nntpchan repo with vendored deps so that nothing breaks every again

this deprecates the github.com/majestrate/srndv2 repo
This commit is contained in:
Jeff Becker
2017-04-03 10:00:38 -04:00
parent eb0ef957a4
commit 3a6cbf9de6
783 changed files with 479685 additions and 7 deletions

View File

@@ -1,10 +1,9 @@
GOPATH=$(PWD)
REPO=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
all: nntpchand
all: srndv2
nntpchand:
go build -o nntpchand -v nntpchan/cmd/nntpchan
srndv2:
GOPATH=$(REPO) go build -v
clean:
go clean -v
rm -f nntpchand
GOPATH=$(REPO) go clean -v