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