From 6f7d1bc591377e4541b7802bddb4a278611903a3 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 17 Feb 2021 15:46:50 +0100 Subject: [PATCH] Use path on end of command --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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