mirror of
https://github.com/moul/sshportal.git
synced 2025-01-04 06:32:33 +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" .
|