From e423e48d1dcf67663194efc0f8b4563641609623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Tue, 19 Oct 2021 21:03:31 +0200 Subject: [PATCH] add clean target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 839809e..dcf91a4 100644 --- a/Makefile +++ b/Makefile @@ -18,3 +18,7 @@ config: .gitconfiglock @echo "[Push annotated tags by default]" @git config push.followTags true @touch .gitconfiglock + + +clean: + -rm -r build/