vesper/Justfile

25 lines
288 B
Makefile

qemu:
cargo make qemu
device:
cargo make sdcard
build:
# Build default hw kernel
cargo make build
clean:
cargo make clean
rm -f kernel8 kernel8.img
clippy:
cargo make clippy
test:
cargo make test
alias disasm := hopper
hopper:
cargo make hopper