Clean up Makefile

This commit is contained in:
Deluan 2020-01-09 11:03:32 -05:00 committed by Deluan Quintão
parent a706429a4a
commit 0388d67817

View file

@ -1,12 +1,7 @@
BINARY=sonic-server .PHONY: build
build: build:
go build go build
.PHONY: clean
clean:
rm -f ${BINARY}
.PHONY: setup .PHONY: setup
setup: jamstash setup: jamstash
@which reflex || (echo "Installing Reflex" && GO111MODULE=off go get -u github.com/cespare/reflex) @which reflex || (echo "Installing Reflex" && GO111MODULE=off go get -u github.com/cespare/reflex)
@ -20,17 +15,18 @@ run:
.PHONY: test .PHONY: test
test: test:
BEEGO_RUNMODE=test go test ./... -v go test ./... -v
.PHONY: convey .PHONY: convey
convey: convey:
NOLOG=1 goconvey --port 9090 -excludedDirs static,devDb,wiki,bin,tests NOLOG=1 goconvey --port 9090 -excludedDirs static,devDb,wiki,bin,tests,Jamstash-master
.PHONY: cloc .PHONY: cloc
cloc: cloc:
# cloc can be installed using brew # cloc can be installed using brew
cloc --exclude-dir=devDb,.idea,.vscode,wiki,static --exclude-ext=iml,xml . cloc --exclude-dir=devDb,.idea,.vscode,wiki,static,Jamstash-master --exclude-ext=iml,xml .
.PHONY: jamstash
jamstash: jamstash:
wget -N https://github.com/tsquillario/Jamstash/archive/master.zip wget -N https://github.com/tsquillario/Jamstash/archive/master.zip
unzip -o master.zip unzip -o master.zip