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