diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2017-01-22 02:54:19 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2017-01-22 02:54:19 +0900 |
| commit | 24fa183297865aadab0fb91e1ea0bb4fb1491db4 (patch) | |
| tree | 426e99f7508a45e3519e2f4ae846a341f664171b /src/Makefile | |
| parent | 131aa5dd15788875e796bbd2f2bfdf644584284a (diff) | |
| download | fzf-24fa183297865aadab0fb91e1ea0bb4fb1491db4.tar.gz | |
make deps
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
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 |
