change default makefile message

This commit is contained in:
lperron@google.com
2014-01-22 22:30:14 +00:00
parent 45ad9f14fe
commit fb73caf3eb

View File

@@ -1,12 +1,11 @@
# Top level declarations
help:
@echo Please define target:
@echo " - constraint programming: cplibs cpexe pycp javacp csharpcp csharpexe"
@echo " - mathematical programming: lplibs lpexe pylp javalp csharplp"
@echo " - algorithms: algorithmslibs pyalgorithms javaalgorithms csharpalgorithms"
@echo " - graph: graphlibs pygraph javagraph csharpgraph"
@echo " - tests: test test_cc test_python test_java test_csharp"
@echo " - cleaning: clean clean_csharp"
@echo " - C++: cc test_cc clean_cc"
@echo " - Python: python test_python clean_python"
@echo " - Java: java test_java clean_java"
@echo " - .NET: csharp test_csharp clean_csharp "
@echo " - all: all test clean"
OR_TOOLS_VERSION = 1.0.0