X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/a99c6a1921015cf26c91f6b09f53c4906006b876..d5be6f7cd4bedb62331f1ab61c63e74897b17d46:/client/Makefile.mingw 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: