aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-08-02 16:48:18 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-08-02 16:48:18 +0200
commit49005573d3f6ee9123e827f71e694434b29251af (patch)
tree305314a8760a00a900e0b4dfad1113d2ad560115 /Makefile
parentc7ae1f028446165a1f9f4ab6a4bb63f8239c43b0 (diff)
downloadft_ssl-49005573d3f6ee9123e827f71e694434b29251af.tar.gz
ft_ssl-49005573d3f6ee9123e827f71e694434b29251af.tar.bz2
ft_ssl-49005573d3f6ee9123e827f71e694434b29251af.zip
Added sha1 and sha256 (not working)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 99f2709..0ebb7ab 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/07/27 15:01:57 by charles ### ########.fr #
+# Updated: 2020/08/02 15:51:02 by charles ### ########.fr #
# #
# **************************************************************************** #
@@ -21,7 +21,7 @@ OBJ_DIR = obj
OBJ_SUBDIR = $(shell find $(SRC_DIR) -type d | sed 's/src/obj/')
CC = gcc
-CCFLAGS = -I$(LIBFT_DIR)/include -I$(INCLUDE_DIR) -Wall -Wextra #-Werror
+CCFLAGS = -I$(LIBFT_DIR)/include -I$(INCLUDE_DIR) -Wall -Wextra -Wpedantic #-Werror
LDFLAGS = -L$(LIBFT_DIR) -lft
INCLUDE = $(shell find $(INCLUDE_DIR) -type f -name "*.h")