diff options
author | Christian Pointner <equinox@helsinki.at> | 2022-02-18 10:10:59 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2022-02-18 10:10:59 (GMT) |
commit | d02c4a2287c4d3f7430cd0e8ac56e5a995d6d615 (patch) | |
tree | 6198b40c7255977880629d50634702c3019e11e7 /Makefile | |
parent | 4f69d1bb94049070ba6d093236ad4751ba7ca1c1 (diff) |
add importer for anarchisitisches radio
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 := ba bo btl cb cr dm dn ek eu gd lr oi po rs ra tr +IMPORTER := ar ba bo btl cb cr dm dn ek eu gd lr oi po rs ra tr EXECUTABLES := $(IMPORTER:%=$(EXECUTABLE)-%) all: $(EXECUTABLE) |