From 8430b64c61cd573dd928bc5c5f66e488b17cddf3 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Fri, 1 Jun 2018 16:36:28 +0200 Subject: [PATCH] Add missing flexible_jobshop to cc target --- makefiles/Makefile.cpp.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/makefiles/Makefile.cpp.mk b/makefiles/Makefile.cpp.mk index d4b5c33af5..bfed46e109 100755 --- a/makefiles/Makefile.cpp.mk +++ b/makefiles/Makefile.cpp.mk @@ -289,6 +289,7 @@ cvrptw_with_resources \ cvrptw_with_stop_times_and_resources \ dimacs_assignment \ dobble_ls \ +flexible_jobshop \ flow_api \ frequency_assignment_problem \ golomb \