summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 97a5e0b..2c9fcc2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,10 @@
all: env/.cookie
+run: env/.cookie
+ env/bin/python main.py
+ git add -A out gen
+ find out gen
+
env:
virtualenv -p python3 env