From a721b8df50a9578b01a6256717a5ae1625d77677 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Sun, 14 Apr 2019 17:28:11 -0600 Subject: "make clean" shouldn't remove cfg files native to this directory --- spaghetti-monster/fireflies-ui/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spaghetti-monster/fireflies-ui/Makefile') 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 -- cgit v1.2.3