diff options
author | erdgeist <erdgeist@erdgeist.org> | 2025-01-04 02:44:55 +0100 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2025-01-04 02:44:55 +0100 |
commit | b2a7480d583198e250f5400db0e4b5f3543220d4 (patch) | |
tree | 78a362cf622a0b8e4b4ce2f80f2262364c559dfc /Makefile | |
parent | 1cae048b1bad1364e0bde6231e8a8bda3cfde237 (diff) |
fullnarp needs its own make target
Diffstat (limited to 'Makefile')
-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: |