summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2017-07-27 23:32:50 (GMT)
committerChristian Pointner <equinox@helsinki.at>2017-07-27 23:32:50 (GMT)
commitbd90af22c3ca8275de1c8cee6b64cdc9fc52a55c (patch)
tree16e7eb6e882452dd2990bf3041a6a0019953e8e7 /Makefile
parent15407a1076c484586f9e7e96b3772103ea11ae26 (diff)
added importer for x_xy
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5040694..f6dfeea 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ endif
.PHONY: clean distclean
EXECUTABLE := rhautoimport
-IMPORTER := btl dn dv ek er eu fb fl gd nw oi po pv rs ra tr wr
+IMPORTER := btl dn dv ek er eu fb fl gd nw oi po pv rs ra tr wr xy
EXECUTABLES := $(IMPORTER:%=$(EXECUTABLE)-%)
all: $(EXECUTABLE)