From 3a46ab5b8691e72098e3c43f5e25ca84385a5de6 Mon Sep 17 00:00:00 2001 From: cheapie Date: Fri, 26 Jun 2026 10:40:00 -0500 Subject: Fix outdated clean targets --- assembly/rrxing/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assembly/rrxing/Makefile') diff --git a/assembly/rrxing/Makefile b/assembly/rrxing/Makefile index 1f19256..79416c1 100644 --- a/assembly/rrxing/Makefile +++ b/assembly/rrxing/Makefile @@ -20,5 +20,5 @@ load: rrxing.hex bash -c "wl-copy < rrxing.hex" clean: - rm -f rrxing.bin rrxing.elf rrxing.o + rm -f rrxing.hex rrxing.elf rrxing.o -- cgit v1.2.3