From cff0c84f6b14f37497ff22c54948380af64e8106 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Sat, 2 Jan 2021 19:39:59 +0300 Subject: It's alive. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 05c8746..f2fe69a 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ MAN = man # Library itself: LIB = libcsx.a # Modules: -EXTERNAL = $(foreach x,$(notdir $(wildcard $(INCLUDE)/csx/*.h)),$(x:.h=)) +EXTERNAL = $(foreach x,$(notdir $(wildcard $(INCLUDE)/*.h)),$(x:.h=)) INTERNAL = $(foreach x,$(notdir $(wildcard $(SRCDIR)/*.h)),$(x:.h=)) # Default target is library: @@ -53,7 +53,7 @@ EXAMPLES = $(foreach x,$(XSRC:.c=),$(BUILD)/$(x)) # Dependency file: DEPS = deps.mk -SRCINC = -I$(INCLUDE)/csx +SRCINC = -I$(INCLUDE) XINC = -I$(INCLUDE) SRCBUILD = $(BUILD)/$(SRCDIR) XBLD = $(BUILD)/$(EXADIR) -- cgit v1.2.3