From 2a03d999f53e717f23ffa81868986188a30999a8 Mon Sep 17 00:00:00 2001 From: CensoredUsername Date: Sun, 31 Mar 2024 20:01:13 +0200 Subject: [PATCH] Fix wrong python version in makefile. --- un.rpyc/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/un.rpyc/makefile b/un.rpyc/makefile index 73145b7..0b1fc38 100644 --- a/un.rpyc/makefile +++ b/un.rpyc/makefile @@ -1,4 +1,4 @@ -PYTHON = ?py -2 +PYTHON = py -3 all: $(PYTHON) compile.py -p 1 -d