vf-site/Makefile
2023-05-28 09:21:57 +02:00

6 lines
110 B
Makefile

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