aboutsummaryrefslogtreecommitdiff
path: root/check_all.bat
diff options
context:
space:
mode:
authorFeoramund <161657516+Feoramund@users.noreply.github.com>2025-06-16 18:51:37 -0400
committerFeoramund <161657516+Feoramund@users.noreply.github.com>2025-06-19 20:03:37 -0400
commit2c40a198fe8755640506d7c61544b79ea5f55ca1 (patch)
treeeab067aa7f2978f3ba12ec68c88fb427c42c1d8f /check_all.bat
parent7022ad8378e307a70c436901c3d2870bf1e38a77 (diff)
Make `check_all.sh` executable, fix two typos
Diffstat (limited to 'check_all.bat')
-rw-r--r--check_all.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/check_all.bat b/check_all.bat
index 83c7deaa9..c5f7ee399 100644
--- a/check_all.bat
+++ b/check_all.bat
@@ -1,9 +1,9 @@
@echo off
if "%1" == "" (
- echo Checking darwin_amd64 - expect vendor:cgtlf panic
+ echo Checking darwin_amd64 - expect vendor:cgltf panic
odin check examples\all -vet -vet-tabs -strict-style -vet-style -warnings-as-errors -disallow-do -target:darwin_amd64
- echo Checking darwin_arm64 - expect vendor:cgtlf panic
+ echo Checking darwin_arm64 - expect vendor:cgltf panic
odin check examples\all -vet -vet-tabs -strict-style -vet-style -warnings-as-errors -disallow-do -target:darwin_arm64
echo Checking linux_i386
odin check examples\all -vet -vet-tabs -strict-style -vet-style -warnings-as-errors -disallow-do -target:linux_i386