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