diff --git a/02_multicore_rust/Makefile b/02_multicore_rust/Makefile index 1691dc78..e8cd8008 100644 --- a/02_multicore_rust/Makefile +++ b/02_multicore_rust/Makefile @@ -60,7 +60,7 @@ qemu: $(DOCKER_CMD) $(UTILS_CONTAINER) $(QEMU_CMD) -d in_asm clippy: - RUSTFLAGS="-C panic=abort" xargo clippy --target=$(TARGET) + RUSTFLAGS="-C panic=abort" xargo clippy clean: cargo clean diff --git a/03_uart1/Makefile b/03_uart1/Makefile index 9f09c6a8..2596da18 100644 --- a/03_uart1/Makefile +++ b/03_uart1/Makefile @@ -60,7 +60,7 @@ qemu: $(DOCKER_CMD) $(UTILS_CONTAINER) $(QEMU_CMD) -serial stdio clippy: - RUSTFLAGS="-C panic=abort" xargo clippy --target=$(TARGET) + RUSTFLAGS="-C panic=abort" xargo clippy clean: cargo clean diff --git a/04_mailboxes/Makefile b/04_mailboxes/Makefile index 9f09c6a8..2596da18 100644 --- a/04_mailboxes/Makefile +++ b/04_mailboxes/Makefile @@ -60,7 +60,7 @@ qemu: $(DOCKER_CMD) $(UTILS_CONTAINER) $(QEMU_CMD) -serial stdio clippy: - RUSTFLAGS="-C panic=abort" xargo clippy --target=$(TARGET) + RUSTFLAGS="-C panic=abort" xargo clippy clean: cargo clean diff --git a/05_uart0/Makefile b/05_uart0/Makefile index 9f09c6a8..2596da18 100644 --- a/05_uart0/Makefile +++ b/05_uart0/Makefile @@ -60,7 +60,7 @@ qemu: $(DOCKER_CMD) $(UTILS_CONTAINER) $(QEMU_CMD) -serial stdio clippy: - RUSTFLAGS="-C panic=abort" xargo clippy --target=$(TARGET) + RUSTFLAGS="-C panic=abort" xargo clippy clean: cargo clean diff --git a/06_raspbootin64/Makefile b/06_raspbootin64/Makefile index 9f09c6a8..2596da18 100644 --- a/06_raspbootin64/Makefile +++ b/06_raspbootin64/Makefile @@ -60,7 +60,7 @@ qemu: $(DOCKER_CMD) $(UTILS_CONTAINER) $(QEMU_CMD) -serial stdio clippy: - RUSTFLAGS="-C panic=abort" xargo clippy --target=$(TARGET) + RUSTFLAGS="-C panic=abort" xargo clippy clean: cargo clean diff --git a/07_random/Makefile b/07_random/Makefile index 473b2814..4e620bb1 100644 --- a/07_random/Makefile +++ b/07_random/Makefile @@ -65,7 +65,7 @@ raspboot: $(DOCKER_CMD) $(DOCKER_TTY) $(UTILS_CONTAINER) $(RASPBOOT_CMD) clippy: - RUSTFLAGS="-C panic=abort" xargo clippy --target=$(TARGET) + RUSTFLAGS="-C panic=abort" xargo clippy clean: cargo clean