aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index d37ced4..5835c1c 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -6,7 +6,7 @@
# By: cacharle <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/02/15 04:35:44 by cacharle #+# #+# #
-# Updated: 2020/02/15 04:35:45 by cacharle ### ########.fr #
+# Updated: 2020/02/15 22:46:20 by cacharle ### ########.fr #
# #
# **************************************************************************** #
@@ -40,6 +40,10 @@ run_v: all
@echo "Test: Running"
@./$(NAME) -v
+run_s: all
+ @echo "Test: Running"
+ @./$(NAME) -s
+
$(NAME): libft_all $(OBJ)
@echo "Test: Linking: $@"
@$(CC) -o $@ $(OBJ) $(LDFLAGS)