Archived
1
0

move nntpchand source to nntpchan repo

This commit is contained in:
Jeff Becker
2016-11-18 09:54:13 -05:00
parent 8dd77dcdf0
commit 91406d3400
156 changed files with 12200 additions and 1 deletions

View 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