aboutsummaryrefslogtreecommitdiff
path: root/2021/day17/makefile
diff options
context:
space:
mode:
authorjacopograndi <jacopo.grandi@outlook.it>2022-02-02 22:42:20 +0100
committerjacopograndi <jacopo.grandi@outlook.it>2022-02-02 22:42:20 +0100
commitf6234c926b911f4fb44498ab58529d8e85807457 (patch)
treebc646502ae60aa8a7c577517f6f42c2d150f478a /2021/day17/makefile
parentbd82dc679199db7bbcd3a8d8757730822b997440 (diff)
day17
Diffstat (limited to '2021/day17/makefile')
-rw-r--r--2021/day17/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/2021/day17/makefile b/2021/day17/makefile
new file mode 100644
index 0000000..293f3ea
--- /dev/null
+++ b/2021/day17/makefile
@@ -0,0 +1,2 @@
+all day17.cpp:
+ g++ -std=c++20 day17.cpp -o day17