vf-site/Makefile
2023-05-26 22:08:49 +02:00

6 lines
No EOL
109 B
Makefile

build:
pipenv run python main.py > dist/index.html
run: build
cd dist && pipenv run python -m http.server