summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-01-17 10:51:39 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-01-17 10:51:39 +0900
commit1990f3c992b7825dce6c959e2b4f26429c148cc9 (patch)
tree213f74544ce2202dbfcfe4f25879b2d6358d5948 /src/Makefile
parentc0b432f7b4086c415d798d23970a3f5a4471af32 (diff)
Do not build i386 binary on Travis CI to speed up the process
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index eda04040..2604c3ba 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -36,7 +36,7 @@ test:
go get
go test -v ./...
-install: build $(BINDIR)/fzf
+install: $(BINDIR)/fzf
uninstall:
rm -f $(BINDIR)/fzf $(BINDIR)/$(BINARY64)