aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-07-27 21:39:44 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-07-27 21:39:44 +0200
commit2e47298639b3e4971e2a7b35d50b57340276435b (patch)
tree63d3b3601df765781d61504d45c7b1d2480f356c /Makefile
parentda4069d389ed0ca56a17da29b9e967bc2acb0dad (diff)
downloadft_ssl-2e47298639b3e4971e2a7b35d50b57340276435b.tar.gz
ft_ssl-2e47298639b3e4971e2a7b35d50b57340276435b.tar.bz2
ft_ssl-2e47298639b3e4971e2a7b35d50b57340276435b.zip
Disabling previous work temporarily to focus on the algorithm
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5d79214..99f2709 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
# By: cacharle <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/02/03 20:14:50 by cacharle #+# #+# #
-# Updated: 2020/02/22 11:24:58 by cacharle ### ########.fr #
+# Updated: 2020/07/27 15:01:57 by charles ### ########.fr #
# #
# **************************************************************************** #
@@ -14,7 +14,7 @@ RM = rm -f
MAKE = make
LIBFT_DIR = libft
-INCLUDE_DIR = include
+INCLUDE_DIR = inc
SRC_DIR = src
OBJ_DIR = obj