move nntpchand source to nntpchan repo
This commit is contained in:
10
contrib/backends/srndv2/Makefile
Normal file
10
contrib/backends/srndv2/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
GOPATH=$(PWD)
|
||||
|
||||
all: nntpchand
|
||||
|
||||
nntpchand:
|
||||
go build -o nntpchand -v nntpchan/cmd/nntpchan
|
||||
|
||||
clean:
|
||||
go clean -v
|
||||
rm -f nntpchand
|
Reference in New Issue
Block a user