projects
/
conversations_http_downloader.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Automatically set the absolute path of the program in the wrapper script
[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