mirror of
https://github.com/moul/sshportal.git
synced 2025-03-10 14:26:43 +08:00
9 lines
177 B
Makefile
9 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" .
|