mirror of
https://github.com/Sean-Der/fail2rest.git
synced 2024-12-22 13:42:17 +01:00
Add basic Makefile with run+libs targets
This commit is contained in:
parent
865a7e49a4
commit
3c3efd4449
1 changed files with 8 additions and 0 deletions
8
Makefile
Normal file
8
Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
default: run
|
||||
|
||||
run:
|
||||
go run *.go
|
||||
|
||||
libs:
|
||||
go get github.com/kisielk/og-rek
|
||||
go get github.com/gorilla/mux
|
Loading…
Reference in a new issue