summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2025-01-04 02:44:55 +0100
committererdgeist <erdgeist@erdgeist.org>2025-01-04 02:44:55 +0100
commitb2a7480d583198e250f5400db0e4b5f3543220d4 (patch)
tree78a362cf622a0b8e4b4ce2f80f2262364c559dfc /Makefile
parent1cae048b1bad1364e0bde6231e8a8bda3cfde237 (diff)
fullnarp needs its own make target
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: