From ac2c1ae08be3269fce0ff5aa81f61c45ba3de597 Mon Sep 17 00:00:00 2001 From: Geens Date: Sun, 13 Apr 2025 18:19:32 +0200 Subject: [PATCH] Added lib to clean-python in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0faf653..2e51447 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # ================== # Default variables -PYTHON_DIRS = sia tools test +PYTHON_DIRS = lib sia test tools RUST_DIRS = lib/xml_schema_validator WEB_DIRS = web