summaryrefslogtreecommitdiff
path: root/vendor/modernc.org/libc/Makefile
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-04 09:42:11 +0000
committerLibravatar GitHub <noreply@github.com>2024-03-04 09:42:11 +0000
commitadb4cdcf6c9eacd369eaaf5b21774b198d57c040 (patch)
treea4f9c8fe2ce147fa952bcb795690afb9bb2affcb /vendor/modernc.org/libc/Makefile
parent[bugfix] update postgresqlstmt to correctly use postgres err hook (#2711) (diff)
downloadgotosocial-adb4cdcf6c9eacd369eaaf5b21774b198d57c040.tar.xz
[chore]: Bump modernc.org/sqlite from 1.28.0 to 1.29.2 (#2718)
Diffstat (limited to 'vendor/modernc.org/libc/Makefile')
-rw-r--r--vendor/modernc.org/libc/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/modernc.org/libc/Makefile b/vendor/modernc.org/libc/Makefile
index 33e582f66..1b87fd28a 100644
--- a/vendor/modernc.org/libc/Makefile
+++ b/vendor/modernc.org/libc/Makefile
@@ -9,6 +9,7 @@
linux_amd64 \
linux_arm \
linux_arm64 \
+ strace \
grep=--include=*.go --include=*.l --include=*.y --include=*.yy --include=*.qbe --include=*.ssa
@@ -171,6 +172,8 @@ editor:
gofmt -l -s -w *.go
go test -short 2>&1 | tee -a log
go install -v ./...
+ go build -o /dev/null generate.go
+ go build -o /dev/null strace.go
later:
@grep -n $(grep) LATER * || true
@@ -197,3 +200,7 @@ work:
go work use ../ccgo/v4
go work use ../ccgo/v3
go work use ../cc/v4
+
+strace:
+ go run strace.go
+ go build -v ./...