summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2018-10-01 16:18:52 (GMT)
committerChristian Pointner <equinox@helsinki.at>2018-10-01 16:18:52 (GMT)
commit1d349b9d8bd6908e7906448b2b0cdbe080e3586f (patch)
treeacc7bcee41a10b1502f0479edabebe6589f4b056 /Makefile
parent3650a2e89f32085a2f8af7157df352ed4d8ee583 (diff)
added dte importer
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8dd5585..a4cd424 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ endif
.PHONY: clean distclean
EXECUTABLE := rhautoimport
-IMPORTER := ab btl dm dn dv ek er eu fb fl gd lr nw oi po pv rs ra tr wr xy
+IMPORTER := ab btl dm dn dte dv ek er eu fb fl gd lr nw oi po pv rs ra tr wr xy
EXECUTABLES := $(IMPORTER:%=$(EXECUTABLE)-%)
all: $(EXECUTABLE)