mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
chg: the windows exe annoys the linux compiler
This commit is contained in:
parent
4211fdce31
commit
3989d6fff6
1 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,8 @@ LDFLAGS =
|
||||||
|
|
||||||
OBJS = crypto1.o crapto1.o
|
OBJS = crypto1.o crapto1.o
|
||||||
HEADERS = crapto1.h
|
HEADERS = crapto1.h
|
||||||
EXES = nonce2key nonce2key.exe
|
EXES = nonce2key
|
||||||
|
WINEXES = nonce2key.exe
|
||||||
|
|
||||||
all: $(OBJS) $(EXES)
|
all: $(OBJS) $(EXES)
|
||||||
|
|
||||||
|
@ -16,4 +17,4 @@ all: $(OBJS) $(EXES)
|
||||||
$(LD) $(LDFLAGS) -o $@ $(OBJS) $<
|
$(LD) $(LDFLAGS) -o $@ $(OBJS) $<
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(OBJS) $(EXES)
|
rm -f $(OBJS) $(EXES) $(WINEXES)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue