Add Makefile

This commit is contained in:
Manfred Touron 2017-10-31 09:31:36 +01:00
parent 20148c913d
commit fb385f7c49
2 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
/sshportal
*.db

8
Makefile Normal file
View 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" .