From d7f89cc2949da77d9319ab93c7bf9c17e6798986 Mon Sep 17 00:00:00 2001 From: apvrille <ludovic.apvrille@eurecom.fr> Date: Mon, 6 Nov 2017 10:43:27 +0100 Subject: [PATCH] Update on install procedure --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 509e574713..aaf38d121d 100755 --- a/Makefile +++ b/Makefile @@ -452,6 +452,7 @@ DESTDIR ?= $(TTOOL_PATH) install: #ttool launcher graphminimize graphshow tiftranslator tmltranslator rundse remotesimulator webcrawler + mkdir $(DESTDIR)/bin @cp $(TTOOL_BUILD)/* $(DESTDIR)/bin # ======================================== -- GitLab