diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-06-02 12:55:15 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-06-02 12:55:15 (GMT) |
commit | 09366a29099c1ee03ecb6cfa1583f8ae319c2f15 (patch) | |
tree | 5f71f0f65a7109e6c1693959e5da0bc02637e333 /Makefile | |
parent | 2d1d346df2b40eecfc82803d57f15a3165cdf898 (diff) |
enabled panoptikum 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 er nw oi rs ra tr wr +IMPORTER := btl dn er nw oi po rs ra tr wr EXECUTABLES := $(IMPORTER:%=$(EXECUTABLE)-%) all: $(EXECUTABLE) |