mirror of
https://github.com/moul/sshportal.git
synced 2025-01-31 03:50:10 +08:00
8 lines
177 B
Makefile
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" .
|