mirror of
https://github.com/stashapp/stash.git
synced 2026-04-17 04:24:07 +02:00
8 lines
No EOL
137 B
Makefile
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
|