Merge pull request 'Makefile: remove operation on nonexistent directory' (#21) from makefile into staging
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #21
This commit was merged in pull request #21.
This commit is contained in:
2025-08-06 04:39:15 +00:00

View File

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