From c5cdff0a29aabb27b28f11a344a982d60c010ee6 Mon Sep 17 00:00:00 2001 From: Ludovic Apvrille <ludovic.apvrille@telecom-paristech.fr> Date: Tue, 23 Jun 2020 17:37:04 +0200 Subject: [PATCH] Update on Makefile: jttool --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 411066a21e..c34c3f5dfe 100755 --- a/Makefile +++ b/Makefile @@ -135,7 +135,7 @@ MD2HTML=$(MD_FILES:.md=.html) all: ttool launcher ttool-cli graphminimize graphshow tiftranslator tmltranslator rundse remotesimulator webcrawler install allnotest: GRADLE_OPTIONS += $(GRADLE_NO_TEST) -allnotest: jttool ttool launcher ttool-cli graphminimize graphshow tiftranslator tmltranslator rundse remotesimulator webcrawler install +allnotest: $(JTTOOL_BINARY) ttool launcher ttool-cli graphminimize graphshow tiftranslator tmltranslator rundse remotesimulator webcrawler install ttoolnotest: GRADLE_OPTIONS += $(GRADLE_NO_TEST) ttoolnotest: ttool install -- GitLab