sshportal/Makefile
2017-10-31 10:17:06 +01:00

8 lines
202 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" .