default build
This commit is contained in:
parent
00fed5e0cf
commit
ffc506371c
1 changed files with 4 additions and 0 deletions
4
makefile
4
makefile
|
|
@ -14,6 +14,10 @@ server/assets.go: $(ASSETS)
|
||||||
|
|
||||||
bundle: server/assets.go
|
bundle: server/assets.go
|
||||||
|
|
||||||
|
build_default: bundle
|
||||||
|
mkdir -p _output
|
||||||
|
go build -tags "sqlite_foreign_keys release" -ldflags="$(GO_LDFLAGS)" -o _output/yarr main.go
|
||||||
|
|
||||||
build_macos: bundle
|
build_macos: bundle
|
||||||
set GOOS=darwin
|
set GOOS=darwin
|
||||||
set GOARCH=amd64
|
set GOARCH=amd64
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue