Use path on end of command

This commit is contained in:
Luke Murphy 2021-02-17 15:46:50 +01:00
parent d9493bb75c
commit 6f7d1bc591
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -6,6 +6,6 @@ setup:
pip install -e . pip install -e .
run: run:
@cd library && ../.venv/bin/python page.py @.venv/bin/python library/page.py
.PHONY: setup run .PHONY: setup run