diff options
| author | Selene ToyKeeper | 2019-04-08 12:11:41 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2019-04-08 12:11:41 -0600 |
| commit | 43a206cd59ad4da6fa8cfc4ac15aea6085651cab (patch) | |
| tree | 79d8a31a545859884485cd7836c6d1ba3e5b9b0e /spaghetti-monster/fireflies-ui/Makefile | |
| parent | merged trunk (diff) | |
| parent | fixed bug: hold-from-off then release and hold failed in stepped ramp (diff) | |
| download | anduril-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/Makefile | 7 |
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 |
