Archived
1
0

add refactored rewrite

This commit is contained in:
Jeff Becker
2017-04-16 14:11:11 -04:00
parent c965f0f7af
commit e9e46e1f59
211 changed files with 31441 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
REPO=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
all: clean build
build: nntpchand
nntpchand:
GOPATH=$(REPO) go build -v
clean:
GOPATH=$(REPO) go clean -v