diff options
| author | 2023-08-16 16:09:50 +0100 | |
|---|---|---|
| committer | 2023-08-16 16:09:50 +0100 | |
| commit | 8f4b779b2d5876a1b667010f26eff76a7b3dbbae (patch) | |
| tree | 57e98f9c604e5afd69505ce2c472bff5efe03760 /vendor/modernc.org/memory/Makefile | |
| parent | [feature] Add snapshot binary builds + uploads (#2119) (diff) | |
| download | gotosocial-8f4b779b2d5876a1b667010f26eff76a7b3dbbae.tar.xz | |
[chore]: Bump modernc.org/sqlite from 1.24.0 to 1.25.0 (#2114)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'vendor/modernc.org/memory/Makefile')
| -rw-r--r-- | vendor/modernc.org/memory/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/vendor/modernc.org/memory/Makefile b/vendor/modernc.org/memory/Makefile index 466c940e9..1c033fc5e 100644 --- a/vendor/modernc.org/memory/Makefile +++ b/vendor/modernc.org/memory/Makefile @@ -2,7 +2,7 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -.PHONY: all clean cover cpu editor internalError later mem nuke todo edit +.PHONY: all clean cover cpu editor internalError later mem nuke todo edit build_all_targets grep=--include=*.go --include=*.l --include=*.y --include=*.yy ngrep='TODOOK\|parser\.go\|scanner\.go\|.*_string\.go' @@ -34,6 +34,8 @@ edit: editor: gofmt -l -s -w *.go + +build_all_targets: GOOS=darwin GOARCH=amd64 go build GOOS=darwin GOARCH=arm64 go build GOOS=freebsd GOARCH=386 go build @@ -45,6 +47,7 @@ editor: GOOS=linux GOARCH=amd64 go build GOOS=linux GOARCH=arm go build GOOS=linux GOARCH=arm64 go build + GOOS=linux GOARCH=loong64 go build GOOS=linux GOARCH=mips go build GOOS=linux GOARCH=mips64le go build GOOS=linux GOARCH=mipsle go build |
