diff --git a/client/Makefile.mingw b/client/Makefile.mingw index 18bf90ba..0c47b355 100644 --- a/client/Makefile.mingw +++ b/client/Makefile.mingw @@ -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: