diff options
author | Christian Pointner <equinox@spreadspace.org> | 2016-03-12 03:33:13 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2016-03-12 03:33:13 (GMT) |
commit | 92f99dc3c3b1e8658b958130a6cad9928756dc0b (patch) | |
tree | af643ada9df71c295d6addc9a410cae091497c46 /Makefile | |
parent | e73cabd24fcff576ba0fc503b1792082842111d7 (diff) |
remove old (no longer used) importer
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 fe fw mz nw oi o94n rs ra sm sv tr ut zf zffe zfw +IMPORTER := btl dn nw oi rs ra tr EXECUTABLES := $(IMPORTER:%=$(EXECUTABLE)-%) all: $(EXECUTABLE) |