]> git.zerfleddert.de Git - proxmark3-svn/blame - client/Makefile.mingw
There's no painless way to do this, but it needs to be done --
[proxmark3-svn] / client / Makefile.mingw
CommitLineData
a99c6a19 1CC=c:\mingw\bin\gcc\r
2\r
3LIBS = -lgdi32 -lsetupapi\r
4\r
5all: proxmark3\r
6\r
7proxmark3: prox.c wingui.c command.c\r
8 $(CC) $(CFLAGS) $(DEFINES) -o prox.exe prox.c wingui.c command.c $(LIBS)\r
9\r
10clean:\r
11 del prox.exe
Impressum, Datenschutz