mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-17 11:22:22 -07:00
6 lines
151 B
Batchfile
6 lines
151 B
Batchfile
@echo off
|
|
:odin run . -vet
|
|
odin build . -build-mode:shared -show-timings -o:speed
|
|
:odin build . -build-mode:shared -show-timings
|
|
|
|
python test.py |