mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 08:26:00 +01: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
|