mirror of
https://github.com/Sean-Der/fail2rest.git
synced 2024-12-22 13:42:17 +01:00
8 lines
104 B
Makefile
8 lines
104 B
Makefile
default: run
|
|
|
|
run:
|
|
go run *.go
|
|
|
|
libs:
|
|
go get github.com/kisielk/og-rek
|
|
go get github.com/gorilla/mux
|