psi/Makefile

5 lines
58 B
Makefile

serve:
python -m http.server -d src/ 8080
.PHONY: serve