FILES = update-xrdb.sh DIR = /usr/local/bin/ chmod: chmod 777 *.sh install: cp -f $(FILES) $(DIR) uninstall: rm -f $(DIR)$(FILES)