m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-20 01:23:43 -05:00

make deps

This commit is contained in:
Junegunn Choi
2017-01-22 02:54:19 +09:00
parent 131aa5dd15
commit 24fa183297
2 changed files with 18 additions and 0 deletions

View File

@@ -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