X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/a146075d74306aacf600d219dfa2df086690db53..a99c6a1921015cf26c91f6b09f53c4906006b876:/client/Makefile.mingw diff --git a/client/Makefile.mingw b/client/Makefile.mingw new file mode 100644 index 00000000..18bf90ba --- /dev/null +++ b/client/Makefile.mingw @@ -0,0 +1,11 @@ +CC=c:\mingw\bin\gcc + +LIBS = -lgdi32 -lsetupapi + +all: proxmark3 + +proxmark3: prox.c wingui.c command.c + $(CC) $(CFLAGS) $(DEFINES) -o prox.exe prox.c wingui.c command.c $(LIBS) + +clean: + del prox.exe \ No newline at end of file