vf-site/Makefile
2023-05-26 21:56:48 +02:00

6 lines
No EOL
93 B
Makefile

build:
pipenv run python main.py > index.html
run: build
pipenv run python -m http.server