diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2015-01-05 12:21:26 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2015-01-05 12:21:26 +0900 |
| commit | 82156d34ccf109b95b626852741bee8ee74f8378 (patch) | |
| tree | 9a15cfc930d50531aebf519dbf84b5bfa9c7311b /src | |
| parent | 4a5142c60b1e833425a19de744b48ad1753f0543 (diff) | |
| download | fzf-82156d34ccf109b95b626852741bee8ee74f8378.tar.gz | |
Update Makefile and install script
fzf may not run correctly on some OS even when the binary the platform
is successfully downloaded. The install script is updated to check if
the system has no problem running the executable and fall back to Ruby
version when necessary.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 10429a19..a7235bcd 100644 --- a/src/Makefile +++ b/src/Makefile @@ -44,8 +44,8 @@ clean: docker: docker build -t junegunn/ubuntu-sandbox . -linux64: +linux64: docker docker run -i -t -u jg -v $(shell cd ..; pwd):/fzf junegunn/ubuntu-sandbox \ /bin/bash -ci 'cd ~jg/go/src/github.com/junegunn/fzf/src; make' -.PHONY: build release install linux64 clean docker run +.PHONY: build release install linux64 clean docker |
