aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 901c5dd..2766764 100644
--- a/Makefile
+++ b/Makefile
@@ -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