[tmp] don't clean the target - it takes too long to build

This commit is contained in:
Berkus Decker 2019-01-18 17:06:45 +02:00
parent bc63f7c068
commit 3299b39ee3
1 changed files with 1 additions and 1 deletions

View File

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