From 9009fcb9ef232b7ef4be5cd43ef8a346620901cd Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Fri, 11 Oct 2024 17:19:59 +0200 Subject: [PATCH] settle for this --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 0a67166..85ef53a 100644 --- a/makefile +++ b/makefile @@ -18,5 +18,5 @@ $(TARGET): mkdir -p $(TARGET) clean: - rm -r $(TARGET)/* + rm -rf $(TARGET)/*