psi/Makefile
2021-04-26 19:53:26 +02:00

5 lines
58 B
Makefile

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