From d747ae853582751a2383a9113b94b2b8206fb4ee Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 12 May 2025 14:21:14 +0200 Subject: [PATCH] style(include/core): adding core header --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 55e59ec..7be6e66 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ CXXFLAGS += $(DEBUG) # Sources SRC = main.cpp -INC_DIR = +INC_DIR = include/core CPPFLAGS = $(addprefix -I, $(INC_DIR)) -MMD -MP