From c1b83a707b3df3908a73b51fb7ce8e4ac180cb11 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Wed, 4 Dec 2019 16:59:27 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Makefile:=20Fix=20it...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d184ff5..7af1a79 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ help: @echo " calamari Clone calamari repo" @echo " calamari_models Clone calamari_models repo" @echo " calamari/build pip install calamari" - @echo " deps-test Install testing python deps via pip + @echo " deps-test Install testing python deps via pip" @echo " repo/assets Clone OCR-D/assets to ./repo/assets" @echo " test/assets Setup test assets" @echo " assets-clean Remove symlinks in test/assets"