diff --git a/Makefile b/Makefile index b056ff3..40011ce 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ QEMU = /usr/local/Cellar/qemu/HEAD-3365de01b5-custom/bin/qemu-system-aarch64 .PHONY: all qemu clippy clean objdump nm -all: clean kernel8.img +all: kernel8.img target/$(TARGET)/release/vesper: $(SOURCES) cargo xbuild --target=$(TARGET_JSON) --release --features "noserial"