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