diff options
Diffstat (limited to 'build.bat')
-rw-r--r-- | build.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build.bat b/build.bat new file mode 100644 index 0000000..593aa28 --- /dev/null +++ b/build.bat @@ -0,0 +1,2 @@ +clang main.c -o riscv.exe -std=c11
+
|