3 @echo may be interested in
: install-all-for-user
6 PLUGINS
= inbandfiletransfer-osc linefeed queryinfo-osc
7 TARGET_PREFIX
= $(HOME
)/.urxvt
/ext
8 TARGET_FILES
= $(foreach name
,$(PLUGINS
),$(TARGET_PREFIX
)/$(name
))
10 install-all-for-user
: $(TARGET_FILES
)
11 .PHONY
: install-all-for-user
13 $(TARGET_FILES
): $(TARGET_PREFIX
)/%: perl
/%
14 install perl
/$(notdir $@
) $@