summaryrefslogtreecommitdiff
path: root/2022/Cpp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '2022/Cpp/Makefile')
-rw-r--r--2022/Cpp/Makefile8
1 files changed, 6 insertions, 2 deletions
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
+