From 2e1e3c0468f4c8e46a8801c8fc5f74705ce20f20 Mon Sep 17 00:00:00 2001 From: cheapie Date: Tue, 23 Jun 2026 18:56:44 -0500 Subject: Fix phony targets in rrxing Makefile --- c/rrxing/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c') diff --git a/c/rrxing/Makefile b/c/rrxing/Makefile index 64306aa..4895be9 100644 --- a/c/rrxing/Makefile +++ b/c/rrxing/Makefile @@ -7,7 +7,7 @@ ifeq (${CC}, clang) CC := ${CC} -target riscv32-none-elf endif -.PHONY: all dump load-uk load-de clean +.PHONY: all dump-uk dump-de dump-us load-uk load-de load-us clean all: rrxing-de.hex rrxing-uk.hex rrxing-us.hex -- cgit v1.2.3