more safety checks in noshellinject; bugfix (perl string-comparision) in notashell...
[hband-tools.git] / urxvt-extensions / Makefile
blob2cf9ef3ebdb2cd045578777ba130f4fd81dfbddc
2 default:
3 @echo may be interested in: install-all-for-user
4 false
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 $@) $@