bindir ?= $(PWD) all: sed -e 's#@bindir@#$(bindir)#g' open_wrapper.sh.in > open_wrapper.sh \ && chmod +x open_wrapper.sh clean: rm -f open_wrapper.sh