mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Makefile: remove WINBINS/WINEXES, ProxSpace doesn't use them
This commit is contained in:
parent
9b9120b0f2
commit
9cec581f1c
2 changed files with 2 additions and 4 deletions
|
@ -6,7 +6,6 @@ LDFLAGS +=
|
|||
|
||||
OBJS = crypto1.o crapto1.o parity.o util_posix.o bucketsort.o
|
||||
EXES = mfkey32 mfkey32v2 mfkey64
|
||||
WINEXES = $(patsubst %, %.exe, $(EXES))
|
||||
|
||||
all: $(OBJS) $(EXES)
|
||||
|
||||
|
@ -17,4 +16,4 @@ all: $(OBJS) $(EXES)
|
|||
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $<
|
||||
|
||||
clean:
|
||||
rm -f $(OBJS) $(EXES) $(WINEXES)
|
||||
rm -f $(OBJS) $(EXES)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue