summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2025-05-29 18:40:38 (GMT)
committerChristian Pointner <equinox@helsinki.at>2025-05-29 18:40:38 (GMT)
commit56f0040e37397d55aab60c83790e8b4de1704599 (patch)
tree4b4a7b43e31d429754b35acdf2be1db07bf3dfc1 /Makefile
parent44be60ffe6801dd7afa5ce3e68604bfeeef6feb5 (diff)
move eigenklang importer to graveyardHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bdb0afb..fc8ea7a 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ endif
.PHONY: clean distclean
EXECUTABLE := rhautoimport
-IMPORTER := ar bo dn ek eu fv gd kk lt mc oi rs ra sol
+IMPORTER := ar bo dn eu fv gd kk lt mc oi rs ra sol
EXECUTABLES := $(IMPORTER:%=$(EXECUTABLE)-%)
all: $(EXECUTABLE)