summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-06-03 15:02:30 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-06-03 15:02:30 (GMT)
commitd2c6fec75ece949097f6e70abb527d90d6488a85 (patch)
tree243f66e808331800519835dfb43459426ffca026 /Makefile
parentf8e6b7f69fc217262b838ba812277e3d42fd6422 (diff)
added importer for Economic Update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8d1eec1..0caf316 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ endif
.PHONY: clean distclean
EXECUTABLE := rhautoimport
-IMPORTER := btl dn er nw oi po rs ra tr wr
+IMPORTER := btl dn er eu nw oi po rs ra tr wr
EXECUTABLES := $(IMPORTER:%=$(EXECUTABLE)-%)
all: $(EXECUTABLE)