summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2024-03-27 12:49:29 (GMT)
committerChristian Pointner <equinox@helsinki.at>2024-03-27 12:49:29 (GMT)
commit6741c8953bbadabb0ff08315ab5cb227e58736d2 (patch)
tree32a5b7dbf6ec6540e85830db697f3b7b4141ed86 /Makefile
parent47bff8d3807473b579ec7da5a392768604942a70 (diff)
add new importer for Leuchtturm
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ad23bff..bdb0afb 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ endif
.PHONY: clean distclean
EXECUTABLE := rhautoimport
-IMPORTER := ar bo dn ek eu fv gd kk mc oi rs ra sol
+IMPORTER := ar bo dn ek eu fv gd kk lt mc oi rs ra sol
EXECUTABLES := $(IMPORTER:%=$(EXECUTABLE)-%)
all: $(EXECUTABLE)