uhhh build files oops

This commit is contained in:
Bryan McShea
2022-10-11 17:59:49 -04:00
parent 63904ea09f
commit 0eaf127edd
4 changed files with 2 additions and 13 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
build/
run

Binary file not shown.

Binary file not shown.

13
run
View File

@@ -1,13 +0,0 @@
#!/bin/sh
make -s || exit
cd build
if [ "$1" = "d" ]; then
qemu-riscv64 -g 1234 main &
riscv64-linux-gnu-gdb -q \
-ex "target remote :1234" \
main
else
qemu-riscv64 main
fi