summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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