Browse Source

Use path on end of command

master
Luke Murphy 3 years ago
parent
commit
6f7d1bc591
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 2
      makefile

2
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

Loading…
Cancel
Save