From 0971c154ba0e9c62504e8fedaa65777d587b7d44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20B=C3=BClow?= Date: Sun, 5 Feb 2023 16:09:53 +0100 Subject: [PATCH] added cleaning to makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 94df779..0608eed 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ rollout: kubectl rollout restart deployment www-jmbit-de -n jmbit-web clean: - rm + rm -rf public all: hugo container publish