From f11f5c2738af711fa4fa0f56d01114f569858a1f Mon Sep 17 00:00:00 2001 From: bushing Date: Tue, 22 Dec 2009 12:47:10 +0000 Subject: [PATCH] fix target name for Windows compile --- client/Makefile.mingw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.39.2