stash/Makefile

8 lines
110 B
Makefile
Raw Normal View History

2019-02-09 12:30:49 +00:00
build:
2019-02-10 12:16:29 +00:00
CGO_ENABLED=1 packr2 build -mod=vendor -v
install:
packr2 install
gqlgen:
go run scripts/gqlgen.go