stash/Makefile
2019-02-10 08:54:32 -08:00

8 lines
No EOL
110 B
Makefile

build:
CGO_ENABLED=1 packr2 build -mod=vendor -v
install:
packr2 install
gqlgen:
go run scripts/gqlgen.go