summaryrefslogtreecommitdiff
path: root/2022/Day1/Makefile
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2022-12-01 12:20:20 +0200
committeromagdy7 <omar.professional8777@gmail.com>2022-12-01 12:20:20 +0200
commit13cadbe450c8febed04ede7a4d74995c7b077842 (patch)
treeba7b1cfae0d3a41cb23e0b00395396805c065fdf /2022/Day1/Makefile
downloadaoc-13cadbe450c8febed04ede7a4d74995c7b077842.tar.xz
aoc-13cadbe450c8febed04ede7a4d74995c7b077842.zip
Day1 done
Diffstat (limited to '2022/Day1/Makefile')
-rw-r--r--2022/Day1/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/2022/Day1/Makefile b/2022/Day1/Makefile
new file mode 100644
index 0000000..08000ae
--- /dev/null
+++ b/2022/Day1/Makefile
@@ -0,0 +1,5 @@
+all:
+ @g++ main.cpp -o ans.o
+
+run:
+ ./ans.o < input.txt