diff options
| author | Selene ToyKeeper | 2019-04-14 17:28:11 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2019-04-14 17:28:11 -0600 |
| commit | a721b8df50a9578b01a6256717a5ae1625d77677 (patch) | |
| tree | 3c608717a20c3eae8ef707027cc3db9816a5182b | |
| parent | moved FF E07-2 config, since it's not for Anduril... it's mostly just for FF UI (diff) | |
| download | anduril-a721b8df50a9578b01a6256717a5ae1625d77677.tar.gz anduril-a721b8df50a9578b01a6256717a5ae1625d77677.tar.bz2 anduril-a721b8df50a9578b01a6256717a5ae1625d77677.zip | |
"make clean" shouldn't remove cfg files native to this directory
| -rw-r--r-- | spaghetti-monster/fireflies-ui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spaghetti-monster/fireflies-ui/Makefile b/spaghetti-monster/fireflies-ui/Makefile index 8db198e..0b59898 100644 --- a/spaghetti-monster/fireflies-ui/Makefile +++ b/spaghetti-monster/fireflies-ui/Makefile @@ -2,6 +2,6 @@ all: ./build-all.sh clean: - rm -f *.hex cfg-*.h *~ *.elf *.o + rm -f *.hex cfg-ff-[pr]*.h *~ *.elf *.o .phony: clean |
