aboutsummaryrefslogtreecommitdiff
path: root/ui/fireflies-ui/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ui/fireflies-ui/Makefile')
-rw-r--r--ui/fireflies-ui/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/ui/fireflies-ui/Makefile b/ui/fireflies-ui/Makefile
new file mode 100644
index 0000000..0b59898
--- /dev/null
+++ b/ui/fireflies-ui/Makefile
@@ -0,0 +1,7 @@
+all:
+ ./build-all.sh
+
+clean:
+ rm -f *.hex cfg-ff-[pr]*.h *~ *.elf *.o
+
+.phony: clean