aboutsummaryrefslogtreecommitdiff
path: root/2021/day24/makefile
diff options
context:
space:
mode:
authorjacopograndi <jacopo.grandi@outlook.it>2022-02-27 13:34:33 +0100
committerjacopograndi <jacopo.grandi@outlook.it>2022-02-27 13:34:33 +0100
commit629a630b2d8a02a6c9aff2e7c8c61a6e55da2b32 (patch)
treeb230dff4ecc3882974952e3b42cabaed242e750d /2021/day24/makefile
parent923918a20efb15c9314bf5c621fe8744e3377a58 (diff)
day24
Diffstat (limited to '2021/day24/makefile')
-rw-r--r--2021/day24/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/2021/day24/makefile b/2021/day24/makefile
new file mode 100644
index 0000000..5de6911
--- /dev/null
+++ b/2021/day24/makefile
@@ -0,0 +1,2 @@
+all day24.cpp:
+ g++ -std=c++20 -lgtest day24.cpp -o day24