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/beacon/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assembly/beacon/Makefile') diff --git a/assembly/beacon/Makefile b/assembly/beacon/Makefile index 84d76c4..4034fad 100644 --- a/assembly/beacon/Makefile +++ b/assembly/beacon/Makefile @@ -20,5 +20,5 @@ load: beacon.hex bash -c "wl-copy < beacon.hex" clean: - rm -f beacon.bin beacon.elf beacon.o + rm -f beacon.hex beacon.elf beacon.o -- cgit v1.2.3