From 8014a9e416dd4bf80f4047d55644844d4d75293a Mon Sep 17 00:00:00 2001 From: vahidrezanezhad Date: Fri, 22 Nov 2024 19:47:06 +0100 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6089f6e..506fcf7 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ install-dev: pip install -e . smoke-test: - eynollah -i tests/resources/kant_aufklaerung_1784_0020.tif -o . -m $(PWD)/models_eynollah + eynollah layout -i tests/resources/kant_aufklaerung_1784_0020.tif -o . -m $(PWD)/models_eynollah # Run unit tests test: