From cb74c421e5154113303987b80cc93ccefa317854 Mon Sep 17 00:00:00 2001 From: engigu Date: Tue, 10 Feb 2026 15:27:53 +0800 Subject: [PATCH] feat: fix make clean --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 5e32cd8..b591281 100644 --- a/Makefile +++ b/Makefile @@ -64,6 +64,9 @@ clean: rm -rf internal/static/dist mkdir -p internal/static/dist touch internal/static/dist/.gitkeep + rm -rf web/dist + mkdir -p web/dist + touch web/dist/.gitkeep # Run the application run: