summaryrefslogtreecommitdiff
path: root/assembly/hello/Makefile
diff options
context:
space:
mode:
authorcheapie <cheapiephp@gmail.com>2026-06-26 10:40:00 -0500
committercheapie <cheapiephp@gmail.com>2026-06-26 10:40:00 -0500
commit3a46ab5b8691e72098e3c43f5e25ca84385a5de6 (patch)
treed49c1441facf028b80773e0ff9cb4815a2329b1d /assembly/hello/Makefile
parenta027ec08dad3977defe90fbbfda0621f7cd04589 (diff)
downloadrvcontroller-main.tar
rvcontroller-main.tar.gz
rvcontroller-main.tar.bz2
rvcontroller-main.tar.xz
rvcontroller-main.zip
Fix outdated clean targetsHEADmain
Diffstat (limited to 'assembly/hello/Makefile')
-rw-r--r--assembly/hello/Makefile2
1 files changed, 1 insertions, 1 deletions
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