repos

Consolidate `make clean` into a single rm

369701fc by Isaac Bythewood · 1 month ago

modified Makefile
@@ -15,5 +15,4 @@ push:	git remote | xargs -I R git push R masterclean:	rm -rf node_modules	rm -rf .next	rm -rf .next node_modules