heartwood every commit a ring

Expand `make clean` to wipe target, deps, and runtime data

67224f00 by Isaac Bythewood · 2 days ago

modified Makefile
@@ -21,9 +21,10 @@ build: frontend/node_modulesstart:	PORT=$(PORT) ./target/release/status# Nuke everything regenerable: build output, deps (frontend + lighthouse), and# the local data dir (sqlite + WAL/SHM — re-fetch with `make pull`).clean:	$(CARGO) clean	rm -rf dist frontend/node_modules node_modules data/db.sqlite3	rm -rf target dist frontend/node_modules node_modules datapush:	git remote | xargs -I R git push R master