From: bushing Date: Tue, 22 Dec 2009 12:47:10 +0000 (+0000) Subject: fix target name for Windows compile X-Git-Tag: v1.0.0~437 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/f11f5c2738af711fa4fa0f56d01114f569858a1f fix target name for Windows compile --- 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: