summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-02-28 00:23:20 +0100
committererdgeist <erdgeist@erdgeist.org>2026-02-28 00:23:20 +0100
commitff8a99329c9b79b3c5c8427d8f830821f13ccd32 (patch)
treed665180b82c2cf34f5d89f45c744d90225b3e084 /Makefile
parent54e247945dfa3a4bd80f71fce1b506bec12178a9 (diff)
multirange-ify yearsmain
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 484791c..6713e46 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
1all: install 1all: install
2 2
3run: 3run:
4 venv/bin/python avon.py -P 8080 & 4 PYTHONIOENCODING=UTF-8 venv/bin/python avon.py -H 127.0.1.24 -P 8080
5 5
6venv: 6venv:
7 python3 -m venv ./venv 7 python3 -m venv ./venv