summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2024-01-10 10:33:48 (GMT)
committerChristian Pointner <equinox@helsinki.at>2024-01-10 10:33:48 (GMT)
commit192c08b70372d6b54ad9e130f3195b092f2fb40c (patch)
tree8745226e8ee38e5714a310cd1b52eab7a7f8a472 /Makefile
parenta81092d119a9996e71bc1e694edc38deaae247ab (diff)
move a bunch of importers to graveyard
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index db7bd36..ad23bff 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ endif
.PHONY: clean distclean
EXECUTABLE := rhautoimport
-IMPORTER := ar ba bo btl cb dm dn ek eu fv gd kk lr mc mz oi rs ra sol
+IMPORTER := ar bo dn ek eu fv gd kk mc oi rs ra sol
EXECUTABLES := $(IMPORTER:%=$(EXECUTABLE)-%)
all: $(EXECUTABLE)