X-Git-Url: https://git.ao2.it/conversations_http_downloader.git/blobdiff_plain/66c54a44d2cb07ee984be57e10bcafe306316cc2..refs/heads/master:/Makefile

diff --git a/Makefile b/Makefile
index 710870f..0034aab 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 bindir ?= $(PWD)
 
-all:
-	sed -e 's#@bindir@#$(bindir)#g' open_wrapper.sh.in > open_wrapper.sh \
-	  && chmod +x open_wrapper.sh
+open_wrapper.sh: open_wrapper.sh.in
+	sed -e 's#@bindir@#$(bindir)#g' $< > $@ \
+	  && chmod +x $@
 
 clean:
 	rm -f open_wrapper.sh