aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/fireflies-ui/Makefile
diff options
context:
space:
mode:
authorSelene ToyKeeper2019-05-18 03:33:40 -0600
committerSelene ToyKeeper2019-05-18 03:33:40 -0600
commit51d53d2b30dbd3c4c585834ad81de20745740f8e (patch)
tree6e366b5cfe97f04181bc468aa06d710b7807be1d /spaghetti-monster/fireflies-ui/Makefile
parentadded link to HQ ProgKey, since it's increasingly important for newer drivers (diff)
parentmerged in BLF Lantern branch, even though it's not quite finished, because it... (diff)
downloadanduril-51d53d2b30dbd3c4c585834ad81de20745740f8e.tar.gz
anduril-51d53d2b30dbd3c4c585834ad81de20745740f8e.tar.bz2
anduril-51d53d2b30dbd3c4c585834ad81de20745740f8e.zip
merged updates from fsm branch, because it has been way too long since the last time
Diffstat (limited to 'spaghetti-monster/fireflies-ui/Makefile')
-rw-r--r--spaghetti-monster/fireflies-ui/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/spaghetti-monster/fireflies-ui/Makefile b/spaghetti-monster/fireflies-ui/Makefile
new file mode 100644
index 0000000..8db198e
--- /dev/null
+++ b/spaghetti-monster/fireflies-ui/Makefile
@@ -0,0 +1,7 @@
+all:
+ ./build-all.sh
+
+clean:
+ rm -f *.hex cfg-*.h *~ *.elf *.o
+
+.phony: clean