make: fix archive_python target

This commit is contained in:
Corentin Le Molgat
2025-06-02 10:11:38 +02:00
parent 27e1061e22
commit ff9e92d10a

View File

@@ -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