style(include/core): adding core header
This commit is contained in:
parent
391f0b3378
commit
d747ae8535
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue