From 69b6a8f7f98b91b2e3da75d44c6840f37989a343 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sun, 19 Apr 2020 16:31:25 +0200 Subject: [PATCH] make clean: remove also old stuff --- client/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/Makefile b/client/Makefile index a30a79bd4..9b81653a0 100644 --- a/client/Makefile +++ b/client/Makefile @@ -269,8 +269,8 @@ OBJCOBJS = $(OBJCSRCS:%.m=$(OBJDIR)/%.o) BINS = proxmark3 CLEAN = $(BINS) src/*.moc.cpp src/ui/ui_overlays.h lualibs/pm3_cmd.lua lualibs/mfc_default_keys.lua -# transition: make sure old flasher is gone too -CLEAN += flasher +# transition: cleaning also old path stuff +CLEAN += flasher *.moc.cpp ui/ui_overlays.h # need to assign dependancies to build these first... all: $(BINS)