mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Makefiles: remove spurious spaces/tabs
This commit is contained in:
parent
961d929f4d
commit
2f12e57408
13 changed files with 85 additions and 85 deletions
|
@ -8,12 +8,12 @@ get_crapto1:
|
|||
|
||||
get_nonce_bf:
|
||||
# git clone https://github.com/J-Run/mf_key_brute.git mf_key_brute
|
||||
git clone https://github.com/iceman1001/mf_nonce_brute mf_nonce_brute
|
||||
|
||||
git clone https://github.com/iceman1001/mf_nonce_brute mf_nonce_brute
|
||||
|
||||
get_xorsearch:
|
||||
mkdir xorsearch
|
||||
mkdir xorsearch
|
||||
wget -N https://didierstevens.com/files/software/XORSearch_V1_11_2.zip
|
||||
# Mingw
|
||||
# Mingw
|
||||
# unzzip-big XORSearch_V1_11_2.zip
|
||||
# linux
|
||||
# gunzip XORSearch_V1_11_2.zip
|
|
@ -7,7 +7,7 @@ OBJS = crapto1.o crypto1.o
|
|||
HEADERS = crapto1.h
|
||||
EXES = mfkey64 mfkey32 mfkey32v2
|
||||
WINEXE = $(patsubst %, %.exe, $(EXES))
|
||||
|
||||
|
||||
all: $(OBJS) $(EXES)
|
||||
|
||||
%.o : %.c
|
||||
|
@ -16,6 +16,6 @@ all: $(OBJS) $(EXES)
|
|||
% : %.c
|
||||
$(LD) $(CFLAGS) -o $@ $(OBJS) $<
|
||||
|
||||
clean:
|
||||
clean:
|
||||
rm -f $(OBJS) $(EXES) $(WINEXE)
|
||||
|
||||
|
|
|
@ -16,5 +16,5 @@ all: $(OBJS) $(EXES)
|
|||
% : %.c
|
||||
$(LD) $(LDFLAGS) -o $@ $(OBJS) $<
|
||||
|
||||
clean:
|
||||
clean:
|
||||
rm -f $(OBJS) $(EXES) $(WINEXES)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue