make all includes make csharp now

This commit is contained in:
lperron@google.com
2012-01-20 14:56:40 +00:00
parent 82623b1e16
commit 0cde82d322

View File

@@ -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