fix the clean command for the web app

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-07-24 14:11:08 +03:00
parent 8b0cf20bf2
commit 84763e7ef9

View File

@@ -9,7 +9,5 @@ format:
clean:
rm -rf build
rm $(NF_CSS)
rm $(NF_WOFF)
.PHONY: format run clean