diff options
| author | Xander Swan <no email> | 2025-12-17 18:38:21 -0500 |
|---|---|---|
| committer | Xander Swan <no email> | 2025-12-17 18:38:21 -0500 |
| commit | ce4d64bd41937d7dff18ca607122188dc338d696 (patch) | |
| tree | ad5f7cbdffcc1478883cbca0ea7b8365b2108d0a /editor/run.sh | |
| parent | 87a7a010ecbe2cb99fedf44d0cac31e2efae86d5 (diff) | |
switch to raylib, update some structure
Diffstat (limited to 'editor/run.sh')
| -rwxr-xr-x | editor/run.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/run.sh b/editor/run.sh new file mode 100755 index 0000000..5c479e9 --- /dev/null +++ b/editor/run.sh @@ -0,0 +1,3 @@ +#! /bin/bash + +odin run editor -vet -disallow-do -o:speed |
