fail2rest/Makefile
2014-06-16 08:15:26 +00:00

9 lines
140 B
Makefile

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