diff options
| author | cheapie <cheapiephp@gmail.com> | 2026-06-23 18:56:44 -0500 |
|---|---|---|
| committer | cheapie <cheapiephp@gmail.com> | 2026-06-23 18:56:44 -0500 |
| commit | 2e1e3c0468f4c8e46a8801c8fc5f74705ce20f20 (patch) | |
| tree | 8434390443fa61fcccbf3dc08c2931f48754167b /c/rrxing | |
| parent | 3acb10122050d710845a7c35e84423cc1aae5632 (diff) | |
| download | rvcontroller-2e1e3c0468f4c8e46a8801c8fc5f74705ce20f20.tar rvcontroller-2e1e3c0468f4c8e46a8801c8fc5f74705ce20f20.tar.gz rvcontroller-2e1e3c0468f4c8e46a8801c8fc5f74705ce20f20.tar.bz2 rvcontroller-2e1e3c0468f4c8e46a8801c8fc5f74705ce20f20.tar.xz rvcontroller-2e1e3c0468f4c8e46a8801c8fc5f74705ce20f20.zip | |
Fix phony targets in rrxing Makefile
Diffstat (limited to 'c/rrxing')
| -rw-r--r-- | c/rrxing/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
