Makefile: remove operation on nonexistent directory #21

Merged
itzaname merged 1 commits from makefile into staging 2025-08-06 04:39:16 +00:00

View File

@@ -1,6 +1,5 @@
clean:
rm -rf build
rm -rf web/dist
test:
go fmt ./...