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 fbe4ee7..97138dc 100644
--- a/Makefile
+++ b/Makefile
@@ -6,13 +6,15 @@
# By: cacharle <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2019/10/08 15:45:53 by cacharle #+# #+# #
-# Updated: 2020/01/15 09:54:56 by cacharle ### ########.fr #
+# Updated: 2020/01/19 08:17:08 by cacharle ### ########.fr #
# #
# **************************************************************************** #
LIB = ar rcs
RM = rm -f
+INCLUDE_DIR = include
+
CC = gcc
CCFLAGS = -I$(INCLUDE_DIR) -Wall -Wextra -Werror