mirror of
https://github.com/foomo/gograpple.git
synced 2026-08-12 12:20:22 +00:00
8 lines
160 B
Makefile
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 ./...
|