diff options
author | jacopograndi <jacopo.grandi@mail.polimi.it> | 2022-01-08 20:36:35 +0000 |
---|---|---|
committer | jacopograndi <jacopo.grandi@mail.polimi.it> | 2022-01-08 20:36:35 +0000 |
commit | f73f90ad3e61adb4a52dbd51d22fcb7741d65f5d (patch) | |
tree | b7df2fe1f15634fc44dca33a2dff028a9ac97da1 /2021/day13/makefile | |
parent | 173745deea84907aabdee6e522148fd6e94e7f3e (diff) |
day13
Diffstat (limited to '2021/day13/makefile')
-rw-r--r-- | 2021/day13/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/2021/day13/makefile b/2021/day13/makefile new file mode 100644 index 0000000..02a6cb9 --- /dev/null +++ b/2021/day13/makefile @@ -0,0 +1,2 @@ +all day13.cpp: + g++ -std=c++20 -o day13 day13.cpp |