Archived
1
0

Revert "move nntpchand source to nntpchan repo"

This reverts commit 91406d3400.
This commit is contained in:
Jeff Becker
2016-12-14 17:40:58 -05:00
parent 38354318b8
commit 1465b99df6
156 changed files with 1 additions and 12200 deletions

View File

@@ -1,10 +0,0 @@
GOPATH=$(PWD)
all: nntpchand
nntpchand:
go build -o nntpchand -v nntpchan/cmd/nntpchan
clean:
go clean -v
rm -f nntpchand