From a0641d8588f227fe0b3e9fca8562977053794172 Mon Sep 17 00:00:00 2001
From: Neil-Jocelyn Schark <neil.schark@h-da.de>
Date: Thu, 7 Dec 2023 15:37:09 +0000
Subject: [PATCH] Add -f to cleanup

See merge request danet/gosdn!648
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 9200d265d..49cd1832d 100644
--- a/Makefile
+++ b/Makefile
@@ -101,6 +101,6 @@ controller-integration-tests-debug-down:
 
 # Warning: Depending on your go and development configuration might also clean caches, modules and docker containers from your other projects.
 clean:
-	rm -r $(BUILD_ARTIFACTS_PATH)
+	rm -rf $(BUILD_ARTIFACTS_PATH)
 	$(GOCLEAN)
 	docker system prune -af
-- 
GitLab