summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2017-06-29 12:28:02 (GMT)
committerChristian Pointner <equinox@helsinki.at>2017-06-29 12:28:02 (GMT)
commitff16ac125c01bcc6e1e4f766cb554f19199ee193 (patch)
tree907f5457c801dc3086e538b6f0b05089d272a870 /Makefile
parentaf3d3efb80733f1bf6dac87ca2c5b75e19d23527 (diff)
added importer for derive
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 95f55e1..9b9d1aa 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ endif
.PHONY: clean distclean
EXECUTABLE := rhautoimport
-IMPORTER := btl dn ek er eu fb fl gd nw oi po rs ra tr wr
+IMPORTER := btl dn dv ek er eu fb fl gd nw oi po rs ra tr wr
EXECUTABLES := $(IMPORTER:%=$(EXECUTABLE)-%)
all: $(EXECUTABLE)