Cleanup paths

This commit is contained in:
Toby Jaffey 2025-12-11 20:35:39 +00:00
parent f27ed6213c
commit 42cd77a9ff
16 changed files with 16 additions and 16 deletions

View file

@ -1,5 +1,5 @@
PROJECT=rust-hello
TOPDIR=../../
TOPDIR=../..
all:
cargo build -r --target riscv32im-unknown-none-elf && ${PREFIX}objcopy target/riscv32im-unknown-none-elf/release/${PROJECT} -O binary ${PROJECT}.bin