mirror of
https://github.com/Sean-Der/fail2rest.git
synced 2025-01-03 19:32:13 +01:00
9 lines
104 B
Makefile
9 lines
104 B
Makefile
|
default: run
|
||
|
|
||
|
run:
|
||
|
go run *.go
|
||
|
|
||
|
libs:
|
||
|
go get github.com/kisielk/og-rek
|
||
|
go get github.com/gorilla/mux
|