Files
2020-06-25 19:09:53 +02:00

8 lines
160 B
Makefile

pack-data:
go-bindata -o bindata/bindata.go -pkg bindata the-hook/...
build: pack-data
go build -o /usr/local/bin/gograpple cmd/main.go
test:
go test ./...