From c36e34eb832519698877ddba12b571e54e0d87d8 Mon Sep 17 00:00:00 2001 From: parazyd Date: Wed, 30 Aug 2023 07:36:35 +0200 Subject: [PATCH] Makefile: Remove target directory on distclean --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5d4cf03c2..efd9d8f0f 100644 --- a/Makefile +++ b/Makefile @@ -114,6 +114,7 @@ clean: distclean: clean $(CARGO) clean + rm -rf target install: all @for i in $(BINS); \