Files
kitty-mirror/tools/simdstring/generate.sh
2024-02-25 09:57:39 +05:30

9 lines
212 B
Bash
Executable File

#!/bin/sh
#
# generate.sh
# Copyright (C) 2024 Kovid Goyal <kovid at kovidgoyal.net>
#
# Distributed under terms of the MIT license.
#
go run generate.go && GOARCH=amd64 go vet ./... && GOARCH=arm64 go vet ./...