mirror of
https://github.com/moul/sshportal.git
synced 2024-11-10 09:12:49 +08:00
Add Makefile
This commit is contained in:
parent
20148c913d
commit
fb385f7c49
2 changed files with 9 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
/sshportal
|
||||
*.db
|
8
Makefile
Normal file
8
Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
.PHONY: install
|
||||
install:
|
||||
go install .
|
||||
|
||||
.PHONY: dev
|
||||
dev:
|
||||
-go get github.com/githubnemo/CompileDaemon
|
||||
CompileDaemon -build="make install" -command="sshportal --demo --debug" .
|
Loading…
Reference in a new issue