make: fix archive_python

This commit is contained in:
Corentin Le Molgat
2022-11-09 09:30:29 +01:00
parent 86a64cd1f4
commit a2f777d4bd
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -4,6 +4,7 @@ Makefile.local~
/build_make/
/install_make/
/dependencies/
/or-tools_*
/or-tools_cpp*
/or-tools_dotnet*
/or-tools_java*

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 routing sat
PYTHON_SAMPLES := algorithms graph constraint_solver linear_solver math_opt pdlp routing sat
$(foreach sample,$(PYTHON_SAMPLES),$(eval $(call python-sample-target,$(sample))))
# Examples