This commit is contained in:
Win 2024-06-11 09:16:28 +07:00
parent f92a646a90
commit 98a8fa09a9
1 changed files with 1 additions and 0 deletions

View File

@ -2,3 +2,4 @@ default:
rm -rf hello
riscv64-linux-gnu-as main.asm -o main.o
riscv64-linux-gnu-gcc -o main main.asm -nostdlib -static
# test