From d5e8f8cb89c24e02898eed760ea22f0522e59f44 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Fri, 9 Dec 2022 15:56:42 +0200 Subject: Day8 done in Cpp --- 2022/Cpp/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '2022/Cpp/Makefile') diff --git a/2022/Cpp/Makefile b/2022/Cpp/Makefile index 08000ae..ba32890 100644 --- a/2022/Cpp/Makefile +++ b/2022/Cpp/Makefile @@ -1,5 +1,9 @@ all: @g++ main.cpp -o ans.o -run: - ./ans.o < input.txt +test: + ./ans.o < input.test + +prod: + ./ans.o < input.prod + -- cgit v1.2.3