summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2022-04-29 11:52:19 (GMT)
committerChristian Pointner <equinox@helsinki.at>2022-04-29 11:52:19 (GMT)
commit171834071ac0706eee948d2aa7db304275651254 (patch)
treef55f2aa6ae41563a2731ca880979fda3709208c1 /Makefile
parent8dfc57db79f0fef16505e66c028e35bb17ba6ac2 (diff)
add importer for Medianzirkus
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8d54aae..6d62907 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ endif
.PHONY: clean distclean
EXECUTABLE := rhautoimport
-IMPORTER := ar ba bo btl cb cr dm dn ek eu gd lr oi po rs ra tr so
+IMPORTER := ar ba bo btl cb cr dm dn ek eu gd lr mz oi po rs ra tr so
EXECUTABLES := $(IMPORTER:%=$(EXECUTABLE)-%)
all: $(EXECUTABLE)