diff options
| author | Selene ToyKeeper | 2019-03-26 11:55:21 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2019-03-26 11:55:21 -0600 |
| commit | a1651c1dd602baeb77ae6f17180283049350a419 (patch) | |
| tree | 287015c7afcca43f779700e0dacbf43f8036579f /spaghetti-monster/fireflies-ui/Makefile | |
| parent | Made default level configurable per build target, made moon hint blip a bit m... (diff) | |
| parent | updated D18 config to 03-21 version (diff) | |
| download | anduril-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/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 |
