Rework Python Makefile

- add help_python
This commit is contained in:
Corentin Le Molgat
2018-02-22 16:26:26 +01:00
parent 7a183f6e43
commit 4739c51447
3 changed files with 56 additions and 45 deletions

View File

@@ -3,7 +3,7 @@ help:
@echo Please define target:
@echo " - Prerequisite: third_party third_party_check clean_third_party"
@echo " - C++: cc test_cc clean_cc"
@echo " - Python: python test_python clean_python"
@echo " - Python: python help_python test_python clean_python"
@echo " - Java: java test_java clean_java"
@echo " - .NET (CSharp): csharp test_csharp clean_csharp"
@echo " - .NET (FSharp): fsharp fsharp-help fsharp-clean"