build(09): removing the non existing includes dir
This commit is contained in:
parent
3c403753c9
commit
b2366d33e7
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
# By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ #
|
# By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2023/11/12 11:05:05 by rparodi #+# #+# #
|
# Created: 2023/11/12 11:05:05 by rparodi #+# #+# #
|
||||||
# Updated: 2025/04/12 22:51:15 by rparodi ### ########.fr #
|
# Updated: 2025/04/12 22:54:38 by rparodi ### ########.fr #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
|
|
||||||
|
|
@ -32,7 +32,7 @@ CXXFLAGS += $(DEBUG)
|
||||||
SRC = BitcoinExchange.cpp \
|
SRC = BitcoinExchange.cpp \
|
||||||
main.cpp
|
main.cpp
|
||||||
|
|
||||||
INC_DIR = .
|
INC_DIR =
|
||||||
|
|
||||||
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