fix target name for Windows compile
This commit is contained in:
parent
9b25560889
commit
f11f5c2738
@ -2,9 +2,9 @@ CC=c:\mingw\bin\gcc
|
|||||||
|
|
||||||
LIBS = -lgdi32 -lsetupapi
|
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)
|
$(CC) $(CFLAGS) $(DEFINES) -o prox.exe prox.c wingui.c command.c $(LIBS)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user