vf-site/Makefile
2023-05-28 12:18:05 +02:00

6 lines
98 B
Makefile

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