fail2rest/Makefile

9 lines
106 B
Makefile

default: run
run:
go run *.go
libs:
go get github.com/gorilla/mux
go get github.com/Sean-Der/fail2go