diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,2 +1,6 @@ -run: +.venv: + python3 -m venv .venv + .venv/bin/pip install -r requirements.txt + +run: .venv .venv/bin/hy src/macroknight/game.hy |