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