update typo in makefile

This commit is contained in:
vaxerski 2021-11-26 21:23:15 +01:00
parent 184207793d
commit 9563e39733
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ debug:
cmake --build ./build --config Debug --target all -j 10
clear:
rm -r build
rm -rf build