summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2020-06-17 15:58:05 (GMT)
committerChristian Pointner <equinox@helsinki.at>2020-06-17 15:58:05 (GMT)
commit52920b8ef8b6e49308329f74f6afac1de3bb895a (patch)
treebb47719d192845f227fe6cebf53397195a5c0a9b /Makefile
parent97043f5c4a8f65262f73f839d5ac8c85209e5d50 (diff)
added importer for crossing borders
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0241016..7e3526e 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ endif
.PHONY: clean distclean
EXECUTABLE := rhautoimport
-IMPORTER := ba btl dm dn dv ek eu gd lr oi po rs ra tr wr xy
+IMPORTER := ba btl cb dm dn dv ek eu gd lr oi po rs ra tr wr xy
EXECUTABLES := $(IMPORTER:%=$(EXECUTABLE)-%)
all: $(EXECUTABLE)