sshportal/Makefile
2017-11-13 10:13:17 +01:00

14 lines
250 B
Makefile

.PHONY: install
install:
go install .
.PHONY: dev
dev:
-go get github.com/githubnemo/CompileDaemon
CompileDaemon -exclude-dir=.git -exclude=".#*" -color=true -command="./sshportal --demo --debug" .
.PHONY: test
test:
go test -i .
go test -v .