From 56e57dd6e3873ee17021a47990aea3d7e895a3c4 Mon Sep 17 00:00:00 2001 From: Raphael Date: Sat, 17 May 2025 14:43:38 +0200 Subject: [PATCH] build(09): adding run on ex02 --- cpp09/ex02/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cpp09/ex02/Makefile b/cpp09/ex02/Makefile index 496bedd..443549c 100644 --- a/cpp09/ex02/Makefile +++ b/cpp09/ex02/Makefile @@ -88,6 +88,9 @@ debug: re test: debug @./$(NAME) $(shell shuf -i 1-100000 -n 3000 | tr "\n" " ") +run: re + @./$(NAME) $(shell shuf -i 1-100000 -n 3000 | tr "\n" " ") + # Header header: @clear