From 3051df7c3e57d5645a78d87fa63ff1144fd8699a Mon Sep 17 00:00:00 2001
From: Rudy Bousset <rbousset@z2r5p6.le-101.fr>
Date: Wed, 30 Oct 2019 17:05:31 +0100
Subject: exit function works

---
 libft/Makefile | 1 +
 1 file changed, 1 insertion(+)

(limited to 'libft/Makefile')

diff --git a/libft/Makefile b/libft/Makefile
index 83c4b54..1b41ad7 100644
--- a/libft/Makefile
+++ b/libft/Makefile
@@ -86,6 +86,7 @@ NAME			= libft.a
 MKDIR			= mkdir -p
 RM				= rm -rf
 
+
 ${OBJS_DIR}%.o:		${SRCS_DIR}%.c ${INCS_DIR}${INCS}
 	@if [ ! -a ${OBJS_DIR} ]; then \
 		${MKDIR} ${OBJS_DIR}; \
-- 
cgit v1.2.3