From acfb10be0384ef896cab714f1ac7c3370a206bf6 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 19 Sep 2024 11:26:34 +0200 Subject: [PATCH] enh(makefile): clean up css as well Signed-off-by: Max --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 613c17ab705..b05918f6018 100644 --- a/Makefile +++ b/Makefile @@ -69,4 +69,5 @@ clean-dev: clean-git: rm -r js/ - git checkout -- js/ + rm -r css/ + git checkout -- js/ css/