mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
776dc0e8f1
This is the third go and I'm going for it!
8 lines
167 B
Batchfile
8 lines
167 B
Batchfile
@echo off
|
|
|
|
|
|
rem del "..\examples\test.bc"
|
|
call ..\bin\odin.exe ..\examples/test.odin
|
|
call lli ..\examples/test.ll
|
|
rem call clang ..\examples/test.c -S -emit-llvm -o -
|