control morphodict from Makefile (easy to comment out if desired)

This commit is contained in:
Inari Listenmaa
2025-08-12 15:13:51 +02:00
parent b93fd7f051
commit de5468e40a

View File

@@ -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