summaryrefslogtreecommitdiff
path: root/2022/Makefile
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2022-12-03 13:58:29 +0200
committeromagdy7 <omar.professional8777@gmail.com>2022-12-03 13:58:29 +0200
commita35770af4761d621110fc00546990144cdb740e8 (patch)
treefdd6253ad45426593d7f0bb5aef9cdcc17f7f82d /2022/Makefile
parent119563dab54a459e8c1932bbde13ea534e7b0c83 (diff)
downloadaoc-a35770af4761d621110fc00546990144cdb740e8.tar.xz
aoc-a35770af4761d621110fc00546990144cdb740e8.zip
Fixed something in the Makefile
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