summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-06-01 16:01:22 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-06-01 16:01:22 (GMT)
commit7ae4e2120223bd952da1413d7715b62e11aa2f79 (patch)
treee9801b72b7f5a81b4573e7cbb1c42faa29746a6c /Makefile
parentfe86cdb27096f53a249e9382010269cfe955591c (diff)
added importer for Ergo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 31ac2ae..a5a1301 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ endif
.PHONY: clean distclean
EXECUTABLE := rhautoimport
-IMPORTER := btl dn nw oi rs ra tr wr
+IMPORTER := btl dn er nw oi rs ra tr wr
EXECUTABLES := $(IMPORTER:%=$(EXECUTABLE)-%)
all: $(EXECUTABLE)