From 84763e7ef97d46f1c6c1fcaf851daa2e6290adc4 Mon Sep 17 00:00:00 2001 From: ngn Date: Thu, 24 Jul 2025 14:11:08 +0300 Subject: [PATCH] fix the clean command for the web app Signed-off-by: ngn --- app/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Makefile b/app/Makefile index 1ccb62a..e3dbc3f 100644 --- a/app/Makefile +++ b/app/Makefile @@ -9,7 +9,5 @@ format: clean: rm -rf build - rm $(NF_CSS) - rm $(NF_WOFF) .PHONY: format run clean