add refactored rewrite
This commit is contained in:
11
contrib/backends/nntpchand/Makefile
Normal file
11
contrib/backends/nntpchand/Makefile
Normal 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
|
Reference in New Issue
Block a user