stash/Makefile
2019-02-09 04:32:50 -08:00

8 lines
No EOL
137 B
Makefile

gqlgen:
go run scripts/gqlgen.go
build:
packr2 build
build-win:
CGO_ENABLED=1 GOOS=windows GOARCH=amd64 packr2 build -o stash.exe -v