No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
1 additions and
1 deletions
-
makefile
|
|
@ -6,6 +6,6 @@ setup: |
|
|
|
pip install -e . |
|
|
|
|
|
|
|
run: |
|
|
|
@cd library && ../.venv/bin/python page.py |
|
|
|
@.venv/bin/python library/page.py |
|
|
|
|
|
|
|
.PHONY: setup run |