make: Sync unix/win recipes

This commit is contained in:
Corentin Le Molgat
2022-02-25 11:12:20 +01:00
parent 7806b61f18
commit 6f096a40fc
7 changed files with 36 additions and 24 deletions

View File

@@ -34,7 +34,7 @@ JAVA_ORTOOLS_PACKAGE := com.google.ortools
.PHONY: java_runtime # Build Java OR-Tools runtime.
.PHONY: java # Build Java OR-Tools.
.PHONY: test_java # Test Java OR-Tools using various examples.
java: $(OR_TOOLS_LIBS)
java: cc
# Detect RuntimeIDentifier
ifeq ($(OS),Windows)
@@ -456,7 +456,7 @@ else
endif
-$(DELREC) $(TEMP_JAVA_DIR)$Sortools_examples
endif # BUILD_JAVA=ON
endif # BUILD_JAVA=ON
################
## Cleaning ##