diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-06-03 15:02:30 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-06-03 15:02:30 (GMT) |
commit | d2c6fec75ece949097f6e70abb527d90d6488a85 (patch) | |
tree | 243f66e808331800519835dfb43459426ffca026 /Makefile | |
parent | f8e6b7f69fc217262b838ba812277e3d42fd6422 (diff) |
added importer for Economic Update
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 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) |