diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-02-28 00:23:20 +0100 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-02-28 00:23:20 +0100 |
| commit | ff8a99329c9b79b3c5c8427d8f830821f13ccd32 (patch) | |
| tree | d665180b82c2cf34f5d89f45c744d90225b3e084 /Makefile | |
| parent | 54e247945dfa3a4bd80f71fce1b506bec12178a9 (diff) | |
multirange-ify yearsmain
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,7 +1,7 @@ | |||
| 1 | all: install | 1 | all: install |
| 2 | 2 | ||
| 3 | run: | 3 | run: |
| 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 | ||
| 6 | venv: | 6 | venv: |
| 7 | python3 -m venv ./venv | 7 | python3 -m venv ./venv |
