vf-site/Makefile
2023-05-28 10:01:36 +02:00

6 lines
92 B
Makefile

build:
pipenv run python main.py
run: build
cd dist && pipenv run python -m http.server