m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 08:13:40 -05:00

Update Makefile to allow build on i686 (#555)

This commit is contained in:
Junegunn Choi
2016-04-26 01:45:04 +09:00
parent 633aec38f5
commit 7f64fba80f
2 changed files with 18 additions and 16 deletions

View File

@@ -79,7 +79,7 @@ Build
```sh
# Build fzf executables and tarballs
make
make release
# Install the executable to ../bin directory
make install