diff --git a/makefile b/makefile index e665ae2..7d2ebc8 100644 --- a/makefile +++ b/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