summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7016e29..a1b98b3 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ else
22 ifeq ($(UNAME),MINGW32_NT-5.1) 22 ifeq ($(UNAME),MINGW32_NT-5.1)
23 CFLAGS = -O3 -I include -I c:\mingw\include 23 CFLAGS = -O3 -I include -I c:\mingw\include
24 LDFLAGS = -static-libgcc -L c:\mingw\lib -L c:\mingw\bin 24 LDFLAGS = -static-libgcc -L c:\mingw\lib -L c:\mingw\bin
25 LIBS = -lusb-1.0 -lsetupapi 25 LIBS = -lkernel32 -lmsvcrt -lsetupapi
26 26
27 IRECOVERY_TARGET = irecovery.exe 27 IRECOVERY_TARGET = irecovery.exe
28 IRECOVERY_LDFLAGS = $(LDFLAGS) 28 IRECOVERY_LDFLAGS = $(LDFLAGS)