aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/fireflies-ui/Makefile
diff options
context:
space:
mode:
authorSelene ToyKeeper2019-06-01 14:33:32 -0600
committerSelene ToyKeeper2019-06-01 14:33:32 -0600
commit90a0f8ff2ff7bad59eef4a4f1211843704b6642b (patch)
tree1b56d257135ca8e43c6b1dfdc23788e9b19f6904 /spaghetti-monster/fireflies-ui/Makefile
parentAdded a compile-time option for manual memory. (diff)
parentmerged recent anduril updates into fireflies-ui (diff)
downloadanduril-90a0f8ff2ff7bad59eef4a4f1211843704b6642b.tar.gz
anduril-90a0f8ff2ff7bad59eef4a4f1211843704b6642b.tar.bz2
anduril-90a0f8ff2ff7bad59eef4a4f1211843704b6642b.zip
merged fireflies-ui branch with FF E01 and FF E07 v2 support
Diffstat (limited to 'spaghetti-monster/fireflies-ui/Makefile')
-rw-r--r--spaghetti-monster/fireflies-ui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/spaghetti-monster/fireflies-ui/Makefile b/spaghetti-monster/fireflies-ui/Makefile
index 8db198e..0b59898 100644
--- a/spaghetti-monster/fireflies-ui/Makefile
+++ b/spaghetti-monster/fireflies-ui/Makefile
@@ -2,6 +2,6 @@ all:
./build-all.sh
clean:
- rm -f *.hex cfg-*.h *~ *.elf *.o
+ rm -f *.hex cfg-ff-[pr]*.h *~ *.elf *.o
.phony: clean