From 5bcfefb2791379569288401402cda860c3bc4aec Mon Sep 17 00:00:00 2001 From: DarkFeather Date: Wed, 8 Oct 2025 16:32:00 -0500 Subject: [PATCH] Including Python in packaging --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7de65f1..a657edc 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ installdir = ${pkgdir}/opt/aninix/Uniglot/ -targets = Bash C CSharp Hooks +targets = Bash C CSharp Python Hooks compile: @echo Nothing to compile.