summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5ae5aea..1f72d53 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ do-export: venv
9run: venv 9run: venv
10 PYTHONIOENCODING=utf-8 venv/bin/python3 ./halfnarp2.py 10 PYTHONIOENCODING=utf-8 venv/bin/python3 ./halfnarp2.py
11 11
12run: venv 12run-fullnarp: venv
13 PYTHONIOENCODING=utf-8 venv/bin/python3 ./fullnarp.py 13 PYTHONIOENCODING=utf-8 venv/bin/python3 ./fullnarp.py
14 14
15venv: 15venv: