Browse Source

Add target

master
decentral1se 3 years ago
parent
commit
df557fe3ed
No known key found for this signature in database GPG Key ID: 92DAD76BD9567B8A
  1. 3
      makefile

3
makefile

@ -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

Loading…
Cancel
Save