mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-15 15:41:26 -07:00
9 lines
120 B
Batchfile
9 lines
120 B
Batchfile
@echo off
|
|
|
|
|
|
rem del "..\examples\test.bc"
|
|
call ..\bin\odin.exe ..\examples/test.odin
|
|
rem call lli ..\examples/test.ll
|
|
|
|
|