Skip to content

Commit

Permalink
make clean: remove also old stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
doegox committed Apr 19, 2020
1 parent e4dea67 commit 69b6a8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 69b6a8f

Please sign in to comment.