summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-05-27 14:07:36 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-05-27 14:07:36 (GMT)
commit84dcb9ecb929843ea4f11e8526d4f5c3fcaed14b (patch)
tree70e251ff3acb257d258e37bd3e34d6ca92d75a20 /Makefile
parentf600f4610368ab30c05d97b0252e47ecf719904d (diff)
actually enable WR importer
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fa5654f..31ac2ae 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ endif
.PHONY: clean distclean
EXECUTABLE := rhautoimport
-IMPORTER := btl dn nw oi rs ra tr
+IMPORTER := btl dn nw oi rs ra tr wr
EXECUTABLES := $(IMPORTER:%=$(EXECUTABLE)-%)
all: $(EXECUTABLE)