aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 66f4038..8cea428 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
# By: cacharle <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2019/10/08 15:45:53 by cacharle #+# #+# #
-# Updated: 2020/01/31 09:20:36 by cacharle ### ########.fr #
+# Updated: 2020/02/10 02:18:58 by cacharle ### ########.fr #
# #
# **************************************************************************** #
@@ -22,6 +22,8 @@ OBJ_DIR = obj
SCRIPT_DIR = script
TEST_DIR = test
+INCLUDE_DIR = include
+
CC = gcc
CCFLAGS = -I$(INCLUDE_DIR) -Wall -Wextra -Werror