diff --git a/Makefile b/Makefile index 6cae73a..dbf7a90 100644 --- a/Makefile +++ b/Makefile @@ -6,4 +6,4 @@ fmt: clang-format -i tests/*.cpp -style="{BasedOnStyle: Google, ColumnLimit: 120}" gtest: - git clone --branc v1.8.1 --depth 1 https://github.com/google/googletest.git gtest + git clone --branc release-1.8.1 --depth 1 https://github.com/google/googletest.git gtest