From 52a699bf1357b6e7200c2c7e793e5f4edfaedeaf Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Wed, 5 Oct 2022 12:46:43 +0200 Subject: [PATCH] makefiles comments fixup --- makefiles/Makefile.cpp.mk | 6 +++--- makefiles/Makefile.java.mk | 2 +- makefiles/Makefile.python.mk | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/makefiles/Makefile.cpp.mk b/makefiles/Makefile.cpp.mk index 5bb70b46bb..c83c90778b 100644 --- a/makefiles/Makefile.cpp.mk +++ b/makefiles/Makefile.cpp.mk @@ -469,7 +469,7 @@ check_cpp_pimpl: \ rcpp_max_flow \ rcpp_min_cost_flow -.PHONY: test_cc_tests # Build and Run all C++ Tests (located in ortools/examples/tests) +.PHONY: test_cc_tests # Build and Run all C++ Tests (located in examples/tests) test_cc_tests: \ rcpp_lp_test \ rcpp_bug_fz1 \ @@ -479,10 +479,10 @@ test_cc_tests: \ rcpp_min_max_test # $(MAKE) rcpp_issue173 # error: too long -.PHONY: test_cc_contrib # Build and Run all C++ Contrib (located in ortools/examples/contrib) +.PHONY: test_cc_contrib # Build and Run all C++ Contrib (located in examples/contrib) test_cc_contrib: -.PHONY: test_cc_cpp # Build and Run all C++ Examples (located in ortools/examples/cpp) +.PHONY: test_cc_cpp # Build and Run all C++ Examples (located in examples/cpp) test_cc_cpp: \ rcpp_costas_array_sat \ rcpp_cryptarithm_sat \ diff --git a/makefiles/Makefile.java.mk b/makefiles/Makefile.java.mk index 5d1da5be08..5f7d3bd482 100644 --- a/makefiles/Makefile.java.mk +++ b/makefiles/Makefile.java.mk @@ -427,7 +427,7 @@ test_java_contrib: \ rjava_Xkcd \ rjava_YoungTableaux -.PHONY: test_java_java # Build and Run all Java Examples (located in ortools/examples/java) +.PHONY: test_java_java # Build and Run all Java Examples (located in examples/java) test_java_java: \ rjava_CapacitatedVehicleRoutingProblemWithTimeWindows \ rjava_FlowExample \ diff --git a/makefiles/Makefile.python.mk b/makefiles/Makefile.python.mk index 691ae71ddb..2f1fa0fb21 100644 --- a/makefiles/Makefile.python.mk +++ b/makefiles/Makefile.python.mk @@ -367,7 +367,7 @@ test_python_contrib: \ # $(MAKE) rpy_secret_santa # error: too long # $(MAKE) rpy_word_square # Not working on window since it rely on /usr/share/dict/words -.PHONY: test_python_python # Build and Run all Python Examples (located in ortools/examples/python) +.PHONY: test_python_python # Build and Run all Python Examples (located in examples/python) test_python_python: \ rpy_appointments \ rpy_assignment2_sat \