aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5b61455..5d79214 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 10:44:15 by cacharle ### ########.fr #
+# Updated: 2020/02/22 11:24:58 by cacharle ### ########.fr #
# #
# **************************************************************************** #
@@ -32,6 +32,9 @@ NAME = ft_ssl
all: prebuild libft_all $(NAME)
+test: all
+ ./test.sh
+
prebuild:
@for subdir in $(OBJ_SUBDIR); do mkdir -p $$subdir; done