From 0cde82d322b5cf9ae37eede8019dc408a34a9968 Mon Sep 17 00:00:00 2001 From: "lperron@google.com" Date: Fri, 20 Jan 2012 14:56:40 +0000 Subject: [PATCH] make all includes make csharp now --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d0ffceebd4..1c9221479f 100644 --- a/Makefile +++ b/Makefile @@ -12,11 +12,11 @@ help: OR_TOOLS_VERSION = 1.0.0 -.PHONY : python cc java +.PHONY : python cc java csharp cc: cplibs cpexe algorithmslibs graphlibs lplibs lpexe java: javacp javaalgorithms javagraph javalp python: pycp pyalgorithms pygraph pylp -all: cc java python +all: cc java python csharp # First, we try to detect the platform. include makefiles/Makefile.port