[tmp] don't clean the target - it takes too long to build
This commit is contained in:
parent
bc63f7c068
commit
3299b39ee3
2
Makefile
2
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"
|
||||
|
|
Loading…
Reference in New Issue