psi/Makefile

5 lines
58 B
Makefile
Raw Normal View History

2021-04-26 19:53:26 +02:00
serve:
python -m http.server -d src/ 8080
.PHONY: serve