1
0
Fork 0
logger/Makefile

7 lines
121 B
Makefile

# Builds the project
setup:
go get -u github.com/golang/dep/cmd/dep
${GOPATH}/bin/dep ensure -v
.PHONY: clean install