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