summaryrefslogtreecommitdiff
path: root/assembly/fib
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/fib
parenta027ec08dad3977defe90fbbfda0621f7cd04589 (diff)
downloadrvcontroller-3a46ab5b8691e72098e3c43f5e25ca84385a5de6.tar
rvcontroller-3a46ab5b8691e72098e3c43f5e25ca84385a5de6.tar.gz
rvcontroller-3a46ab5b8691e72098e3c43f5e25ca84385a5de6.tar.bz2
rvcontroller-3a46ab5b8691e72098e3c43f5e25ca84385a5de6.tar.xz
rvcontroller-3a46ab5b8691e72098e3c43f5e25ca84385a5de6.zip
Fix outdated clean targetsHEADmain
Diffstat (limited to 'assembly/fib')
-rw-r--r--assembly/fib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/assembly/fib/Makefile b/assembly/fib/Makefile
index da333af..1f7f4b6 100644
--- a/assembly/fib/Makefile
+++ b/assembly/fib/Makefile
@@ -20,5 +20,5 @@ load: fib.hex
bash -c "wl-copy < fib.hex"
clean:
- rm -f fib.bin fib.elf fib.o
+ rm -f fib.hex fib.elf fib.o