summaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat6
1 files changed, 5 insertions, 1 deletions
diff --git a/build.bat b/build.bat
index 593aa28..f115f95 100644
--- a/build.bat
+++ b/build.bat
@@ -1,2 +1,6 @@
-clang main.c -o riscv.exe -std=c11
+clang emulator/main.c -o emulator.exe -std=c11 -D_CRT_SECURE_NO_WARNINGS
+REM clang linker/main.c -o linker.exe -std=c11 -D_CRT_SECURE_NO_WARNINGS
+
+clang --target=riscv32 -march=rv32i -e _main -nostdlib main.asm -o main.bin
+