mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-20 01:23:43 -05:00
make deps
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user