summaryrefslogtreecommitdiff
path: root/2022/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '2022/Makefile')
-rw-r--r--2022/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/2022/Makefile b/2022/Makefile
index 35528a2..08000ae 100644
--- a/2022/Makefile
+++ b/2022/Makefile
@@ -2,4 +2,4 @@ all:
@g++ main.cpp -o ans.o
run:
- ./ans < input.txt
+ ./ans.o < input.txt