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