]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/Makefile.mingw
There's no painless way to do this, but it needs to be done --
[proxmark3-svn] / client / Makefile.mingw
diff --git a/client/Makefile.mingw b/client/Makefile.mingw
new file mode 100644 (file)
index 0000000..18bf90b
--- /dev/null
@@ -0,0 +1,11 @@
+CC=c:\mingw\bin\gcc\r
+\r
+LIBS   = -lgdi32 -lsetupapi\r
+\r
+all: proxmark3\r
+\r
+proxmark3: prox.c wingui.c command.c\r
+       $(CC) $(CFLAGS) $(DEFINES) -o prox.exe prox.c wingui.c command.c $(LIBS)\r
+\r
+clean:\r
+       del prox.exe
\ No newline at end of file
Impressum, Datenschutz