diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-06-01 16:01:22 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-06-01 16:01:22 (GMT) |
commit | 7ae4e2120223bd952da1413d7715b62e11aa2f79 (patch) | |
tree | e9801b72b7f5a81b4573e7cbb1c42faa29746a6c /Makefile | |
parent | fe86cdb27096f53a249e9382010269cfe955591c (diff) |
added importer for Ergo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |