summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2022-10-19 16:07:58 (GMT)
committerChristian Pointner <equinox@helsinki.at>2022-10-19 16:07:58 (GMT)
commit0d1ffc34da7d3b818ac6af6ed3876d64c3d43afa (patch)
tree19e535442753702e716591f8bd1c0d26ed0de6df /Makefile
parente27b3d9ecd9b59a103b7df5233d9068c3c7d11a2 (diff)
add importer for SOL on Air
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a05e4d4..aac15e9 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ endif
.PHONY: clean distclean
EXECUTABLE := rhautoimport
-IMPORTER := ar ba bo btl cb cr dm dn ek eu gd kk lr mc mz oi po rs ra so
+IMPORTER := ar ba bo btl cb cr dm dn ek eu gd kk lr mc mz oi po rs ra so sol
EXECUTABLES := $(IMPORTER:%=$(EXECUTABLE)-%)
all: $(EXECUTABLE)