This repository has been archived on 2023-08-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2016-12-14 17:45:44 -05:00
|
|
|
GOPATH=$(PWD)
|
|
|
|
|
|
|
|
|
|
all: nntpchand
|
|
|
|
|
|
|
|
|
|
nntpchand:
|
|
|
|
|
go build -o nntpchand -v nntpchan/cmd/nntpchan
|
|
|
|
|
|
|
|
|
|
clean:
|
|
|
|
|
go clean -v
|
|
|
|
|
rm -f nntpchand
|