Codebase list nextnet / upstream/0.0.2+git20180223.1.c8dc7a6 Makefile
upstream/0.0.2+git20180223.1.c8dc7a6

Tree @upstream/0.0.2+git20180223.1.c8dc7a6 (Download .tar.gz)

Makefile @upstream/0.0.2+git20180223.1.c8dc7a6

676386f
 
 
 
 
 
 
 
 
 
ALL:
	@go get github.com/mitchellh/gox && \
	go get -u ./... && \
	go fmt ./... && \
	go vet ./... && \
	go build ./... && \
	go install ./...


.PHONY: ALL