Archived
1
0

Revert "Revert "move nntpchand source to nntpchan repo""

This reverts commit 1465b99df6.
This commit is contained in:
Jeff Becker
2016-12-14 17:45:44 -05:00
parent 1465b99df6
commit a00a902022
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