summaryrefslogtreecommitdiff
path: root/2022/Cpp/Day5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '2022/Cpp/Day5/Makefile')
-rwxr-xr-x2022/Cpp/Day5/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/2022/Cpp/Day5/Makefile b/2022/Cpp/Day5/Makefile
new file mode 100755
index 0000000..08000ae
--- /dev/null
+++ b/2022/Cpp/Day5/Makefile
@@ -0,0 +1,5 @@
+all:
+ @g++ main.cpp -o ans.o
+
+run:
+ ./ans.o < input.txt