From a7e986b547748265ff13b7d6481ff926abfc0a02 Mon Sep 17 00:00:00 2001 From: Cizz22 Date: Tue, 19 Aug 2025 13:38:16 +0700 Subject: [PATCH] fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5cec191..22b64a5 100644 --- a/Makefile +++ b/Makefile @@ -11,4 +11,4 @@ install: # Run the application run: - $(PYTHON) run.py + python run.py