style(include/core): adding core header

This commit is contained in:
Raphael 2025-05-12 14:21:14 +02:00
parent 391f0b3378
commit d747ae8535

View file

@ -30,7 +30,7 @@ CXXFLAGS += $(DEBUG)
# Sources # Sources
SRC = main.cpp SRC = main.cpp
INC_DIR = INC_DIR = include/core
CPPFLAGS = $(addprefix -I, $(INC_DIR)) -MMD -MP CPPFLAGS = $(addprefix -I, $(INC_DIR)) -MMD -MP