Add target

This commit is contained in:
decentral1se 2021-05-03 16:55:38 +02:00
parent 70a0095279
commit df557fe3ed
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A

View File

@ -8,4 +8,7 @@ setup:
run:
@.venv/bin/python library/page.py
serve:
@cd library && ../.venv/bin/uwsgi --http 127.0.0.1:6666 --module page:APP
.PHONY: setup run