aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/fireflies-ui/Makefile
diff options
context:
space:
mode:
authorSelene ToyKeeper2019-03-26 11:55:21 -0600
committerSelene ToyKeeper2019-03-26 11:55:21 -0600
commita1651c1dd602baeb77ae6f17180283049350a419 (patch)
tree287015c7afcca43f779700e0dacbf43f8036579f /spaghetti-monster/fireflies-ui/Makefile
parentMade default level configurable per build target, made moon hint blip a bit m... (diff)
parentupdated D18 config to 03-21 version (diff)
downloadanduril-a1651c1dd602baeb77ae6f17180283049350a419.tar.gz
anduril-a1651c1dd602baeb77ae6f17180283049350a419.tar.bz2
anduril-a1651c1dd602baeb77ae6f17180283049350a419.zip
merged Emisar D18 branch, which also includes a bunch of Anduril refactoring
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