aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/fireflies-ui/Makefile
diff options
context:
space:
mode:
authorSelene ToyKeeper2019-04-08 12:11:41 -0600
committerSelene ToyKeeper2019-04-08 12:11:41 -0600
commit43a206cd59ad4da6fa8cfc4ac15aea6085651cab (patch)
tree79d8a31a545859884485cd7836c6d1ba3e5b9b0e /spaghetti-monster/fireflies-ui/Makefile
parentmerged trunk (diff)
parentfixed bug: hold-from-off then release and hold failed in stepped ramp (diff)
downloadanduril-43a206cd59ad4da6fa8cfc4ac15aea6085651cab.tar.gz
anduril-43a206cd59ad4da6fa8cfc4ac15aea6085651cab.tar.bz2
anduril-43a206cd59ad4da6fa8cfc4ac15aea6085651cab.zip
merged fsm branch, resolved conflicts in anduril.c, did some quick testing
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