serve method for ease of use

This commit is contained in:
Robert Bendun 2021-04-26 19:53:26 +02:00
parent 6af0dd1b04
commit 14b85277fd

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
serve:
python -m http.server -d src/ 8080
.PHONY: serve