From 40b4d52e905227849785f6520d0381f19657820a Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Sun, 12 May 2024 11:24:16 +0200 Subject: Reorganize all this shit --- build.bat | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'build.bat') diff --git a/build.bat b/build.bat index f115f95..c9da4e4 100644 --- a/build.bat +++ b/build.bat @@ -1,6 +1,5 @@ -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 emulator/main.c -o emulator.exe -std=c11 -D_CRT_SECURE_NO_WARNINGS -I. +clang emulator/hart_test.c -o hart_test.exe -std=c11 -D_CRT_SECURE_NO_WARNINGS -I. clang --target=riscv32 -march=rv32i -e _main -nostdlib main.asm -o main.bin - -- cgit