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