aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-02-22 11:36:46 +0100
committerCharles <sircharlesaze@gmail.com>2020-02-22 11:37:42 +0100
commitda4069d389ed0ca56a17da29b9e967bc2acb0dad (patch)
tree3ec0c2bbe550487dda26a5a2dca3f2e27945dec6 /Makefile
parent3adaa2c31586c3f76cb572f5d407cdb5f06fca93 (diff)
downloadft_ssl-da4069d389ed0ca56a17da29b9e967bc2acb0dad.tar.gz
ft_ssl-da4069d389ed0ca56a17da29b9e967bc2acb0dad.tar.bz2
ft_ssl-da4069d389ed0ca56a17da29b9e967bc2acb0dad.zip
Testing and CI
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