From eb596467334cb0eea5b529f84efa315d6b8d38f8 Mon Sep 17 00:00:00 2001 From: Andre Richter Date: Mon, 9 Apr 2018 22:18:27 +0200 Subject: [PATCH] Fix clippy targets --- 02_multicore_rust/Makefile | 2 +- 03_uart1/Makefile | 2 +- 04_mailboxes/Makefile | 2 +- 05_uart0/Makefile | 2 +- 06_raspbootin64/Makefile | 2 +- 07_random/Makefile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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