mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 16:48:15 +08:00
fix target name for Windows compile
This commit is contained in:
parent
9b25560889
commit
f11f5c2738
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@ CC=c:\mingw\bin\gcc
|
|||
|
||||
LIBS = -lgdi32 -lsetupapi
|
||||
|
||||
all: proxmark3
|
||||
all: prox.exe
|
||||
|
||||
proxmark3: prox.c wingui.c command.c
|
||||
prox.exe: prox.c wingui.c command.c
|
||||
$(CC) $(CFLAGS) $(DEFINES) -o prox.exe prox.c wingui.c command.c $(LIBS)
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Reference in a new issue