From ff9e92d10ae7860d20b474ee21b42b68dfa2603f Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Mon, 2 Jun 2025 10:11:38 +0200 Subject: [PATCH] make: fix archive_python target --- makefiles/Makefile.python.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefiles/Makefile.python.mk b/makefiles/Makefile.python.mk index 4922f5b926..161abfa9ed 100644 --- a/makefiles/Makefile.python.mk +++ b/makefiles/Makefile.python.mk @@ -81,7 +81,7 @@ rpy_%: \ "$(PYTHON_EXECUTABLE)" ortools$S$1$Ssamples$S$$*.py $(ARGS) endef -PYTHON_SAMPLES := algorithms graph constraint_solver linear_solver math_opt pdlp routing sat +PYTHON_SAMPLES := algorithms graph constraint_solver linear_solver math_opt pdlp routing sat set_cover $(foreach sample,$(PYTHON_SAMPLES),$(eval $(call python-sample-target,$(sample)))) # Examples