sshportal/Makefile
Manfred Touron fb385f7c49 Add Makefile
2017-10-31 09:31:36 +01:00

8 lines
177 B
Makefile

.PHONY: install
install:
go install .
.PHONY: dev
dev:
-go get github.com/githubnemo/CompileDaemon
CompileDaemon -build="make install" -command="sshportal --demo --debug" .