projects
/
conversations_http_downloader.git
/ blob
710870fca1a6e9f36d0ebdccad79b029063703d0
[conversations_http_downloader.git]
/
Makefile
1
bindir ?= $(PWD)
2
3
all:
4
sed -e 's#@bindir@#$(bindir)#g' open_wrapper.sh.in > open_wrapper.sh \
5
&& chmod +x open_wrapper.sh
6
7
clean:
8
rm -f open_wrapper.sh