diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ do-export: venv | |||
9 | run: venv | 9 | run: venv |
10 | PYTHONIOENCODING=utf-8 venv/bin/python3 ./halfnarp2.py | 10 | PYTHONIOENCODING=utf-8 venv/bin/python3 ./halfnarp2.py |
11 | 11 | ||
12 | run: venv | 12 | run-fullnarp: venv |
13 | PYTHONIOENCODING=utf-8 venv/bin/python3 ./fullnarp.py | 13 | PYTHONIOENCODING=utf-8 venv/bin/python3 ./fullnarp.py |
14 | 14 | ||
15 | venv: | 15 | venv: |