diff options
author | Christian Pointner <equinox@helsinki.at> | 2017-06-29 10:58:25 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2017-06-29 10:58:25 (GMT) |
commit | bf5b72a55624634eaac830e4c95dc35b87d0ec1e (patch) | |
tree | a057663432eef97cce94f87624eacfe8a615caa1 /Makefile | |
parent | 708234a43e096649ad1679849ce5e2557ca5964c (diff) |
added import to eigenklang
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 eu fl gd nw oi po rs ra tr wr +IMPORTER := btl dn ek er eu fl gd nw oi po rs ra tr wr EXECUTABLES := $(IMPORTER:%=$(EXECUTABLE)-%) all: $(EXECUTABLE) |