stash/Makefile

8 lines
137 B
Makefile
Raw Normal View History

2019-02-09 12:30:49 +00:00
gqlgen:
go run scripts/gqlgen.go
build:
packr2 build
build-win:
CGO_ENABLED=1 GOOS=windows GOARCH=amd64 packr2 build -o stash.exe -v