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