From 9e8b564bbd1561985c12d8151cc786198e454ec0 Mon Sep 17 00:00:00 2001 From: Fabrice Date: Mon, 9 Feb 2026 23:38:28 +0100 Subject: use srcdir directly --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c15317a..221b253 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,7 @@ WORK_DIR = . SRC_DIR = $(WORK_DIR)/src -INC_DIR = $(WORK_DIR)/include -CSH_FLAGS = -Wall -Wextra -Werror -pedantic -I$(INC_DIR) +CSH_FLAGS = -Wall -Wextra -Werror -pedantic -I$(SRC_DIR) CC = clang CC_STD = -std=c11 -- cgit v1.2.3