From de5468e40a773ae486c6e565ad32c541c526da4e Mon Sep 17 00:00:00 2001 From: Inari Listenmaa Date: Tue, 12 Aug 2025 15:13:51 +0200 Subject: [PATCH] control morphodict from Makefile (easy to comment out if desired) --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 50c3b493..cae50da4 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ default: build copy build: src/*/*.gf ifneq (, $(RUNGHC)) $(RUNGHC) build + $(RUNGHC) build morphodict else ./Setup.sh endif @@ -26,6 +27,7 @@ endif copy: ifneq (, $(RUNGHC)) $(RUNGHC) copy + $(RUNGHC) copy morphodict endif install: build copy