Missing quote

This commit is contained in:
Gauthier Folzan 2020-04-06 11:30:52 +02:00
parent ea5a689876
commit f66f17e645
1 changed files with 1 additions and 1 deletions

View File

@ -40,4 +40,4 @@ mkdir build
cd build cd build
cmake .. cmake ..
cmake --build . cmake --build .
`` ```