a00a902022
This reverts commit 1465b99df663f9496df7ed4ba0d00d7f0ee434c9.
11 lines
129 B
Makefile
11 lines
129 B
Makefile
GOPATH=$(PWD)
|
|
|
|
all: nntpchand
|
|
|
|
nntpchand:
|
|
go build -o nntpchand -v nntpchan/cmd/nntpchan
|
|
|
|
clean:
|
|
go clean -v
|
|
rm -f nntpchand
|