summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-01-22 02:54:19 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-01-22 02:54:19 +0900
commit24fa183297865aadab0fb91e1ea0bb4fb1491db4 (patch)
tree426e99f7508a45e3519e2f4ae846a341f664171b /src/Makefile
parent131aa5dd15788875e796bbd2f2bfdf644584284a (diff)
downloadfzf-24fa183297865aadab0fb91e1ea0bb4fb1491db4.tar.gz
make deps
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 00df49df..77a40944 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -51,6 +51,7 @@ $(SRCDIR):
deps: $(SRCDIR) $(SOURCES)
cd $(SRCDIR) && go get -tags "$(TAGS)"
+ ./deps
android-build: $(SRCDIR)
cd $(SRCDIR) && GOARCH=arm GOARM=7 CGO_ENABLED=1 go get