From 9563e3973333642b93864dc36d670543c8096309 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Fri, 26 Nov 2021 21:23:15 +0100 Subject: [PATCH] update typo in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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