diff options
Diffstat (limited to '2021/day21/makefile')
-rw-r--r-- | 2021/day21/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/2021/day21/makefile b/2021/day21/makefile new file mode 100644 index 0000000..512e963 --- /dev/null +++ b/2021/day21/makefile @@ -0,0 +1,2 @@ +all day21: + g++ -std=c++20 day21.cpp -o day21 |