X-Git-Url: https://git.ao2.it/conversations_http_downloader.git/blobdiff_plain/ddc6d336faa0901fd33cf9de30daaf670c53d68b..66c54a44d2cb07ee984be57e10bcafe306316cc2:/Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..710870f --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +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