mirror of
https://github.com/rjNemo/vf-site
synced 2026-06-06 01:16:38 +00:00
6 lines
98 B
Makefile
6 lines
98 B
Makefile
build:
|
|
@pipenv run python -m lib.main
|
|
|
|
|
|
run: build
|
|
@cd dist && pipenv run python -m http.server
|