sshportal/Makefile

9 lines
177 B
Makefile
Raw Normal View History

2017-10-31 16:31:36 +08:00
.PHONY: install
install:
go install .
.PHONY: dev
dev:
-go get github.com/githubnemo/CompileDaemon
CompileDaemon -build="make install" -command="sshportal --demo --debug" .