mirror of
https://github.com/stashapp/stash.git
synced 2026-01-04 14:46:43 +01:00
8 lines
No EOL
110 B
Makefile
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
|