diff --git a/Makefile b/Makefile index f2e1451..d09ff61 100644 --- a/Makefile +++ b/Makefile @@ -9,4 +9,4 @@ debug: cmake --build ./build --config Debug --target all -j 10 clear: - rm -r build + rm -rf build