Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/TsudaKageyu/minhook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/MinGW/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/MinGW/Makefile b/build/MinGW/Makefile
index b0f6e96..cc16725 100644
--- a/build/MinGW/Makefile
+++ b/build/MinGW/Makefile
@@ -3,7 +3,7 @@ DLLTOOL:=$(CROSS_PREFIX)dlltool
AR:=$(CROSS_PREFIX)ar
CC:=$(CROSS_PREFIX)gcc
CCLD:=$(CC)
-SRCS:=$(wildcard src/*.c src/HDE/*.c)
+SRCS:=$(wildcard src/*.c src/hde/*.c)
OBJS:=$(SRCS:%.c=%.o)
DEPS:=$(SRCS:%.c=%.d)
INCS:=-Isrc -Iinclude