From 8770d46a603e2b04363eca8795a74a1035a9bd9e Mon Sep 17 00:00:00 2001 From: apvrille <ludovic.apvrille@eurecom.fr> Date: Wed, 15 May 2019 11:06:18 +0200 Subject: [PATCH] Adding filter for ttool help --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9e7db99f5a..5bfb253e9a 100755 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ make ultraclean Clean the repository from binaries and compilation artif make ttooljavac Build TTool only with javac make ttoolnotest Build TTool with gradle, but do not execute test. Performs the install make allnotest Builld all apps, but do not execute tests. Performs the install -make ttoolhelp Generate the help of TTool in HTML format +make internalhelp Generate the help of TTool in HTML format Other targets: -- GitLab