]> git.zerfleddert.de Git - proxmark3-svn/blame - client/Makefile.mingw
fix OS detection, libgcc detection
[proxmark3-svn] / client / Makefile.mingw
CommitLineData
a99c6a19 1CC=c:\mingw\bin\gcc\r
2\r
3LIBS = -lgdi32 -lsetupapi\r
4\r
f11f5c27 5all: prox.exe\r
a99c6a19 6\r
f11f5c27 7prox.exe: prox.c wingui.c command.c\r
a99c6a19 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