X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/d5be6f7cd4bedb62331f1ab61c63e74897b17d46..940a20122dccd83c3f409eec1321c88b5f7058f7:/client/Makefile.mingw diff --git a/client/Makefile.mingw b/client/Makefile.mingw deleted file mode 100644 index 0c47b355..00000000 --- a/client/Makefile.mingw +++ /dev/null @@ -1,11 +0,0 @@ -CC=c:\mingw\bin\gcc - -LIBS = -lgdi32 -lsetupapi - -all: prox.exe - -prox.exe: 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