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