update running
This commit is contained in:
parent
089f0ee30b
commit
93eeef0131
2 changed files with 4 additions and 1 deletions
3
makefile
3
makefile
|
|
@ -31,3 +31,6 @@ build_windows:
|
|||
go run bin/generate_versioninfo.go -version "$(VERSION)" -outfile src/platform/versioninfo.rc
|
||||
windres -i src/platform/versioninfo.rc -O coff -o src/platform/versioninfo.syso
|
||||
go build -tags "sqlite_foreign_keys release windows" -ldflags="$(GO_LDFLAGS) -H windowsgui" -o _output/windows/yarr.exe main.go
|
||||
|
||||
serve:
|
||||
go run -tags "sqlite_foreign_keys" src/main.go
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue