mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
Merge pull request #436 from peco/topic/glide-tweak
add --update-vendored flag
This commit is contained in:
commit
47e1fb3c3b
2
Makefile
2
Makefile
|
|
@ -50,7 +50,7 @@ glide: $(INTERNAL_BIN_DIR)/$(THIS_GOOS)/$(THIS_GOARCH)/glide
|
|||
|
||||
installdeps: glide $(SRC_FILES)
|
||||
@echo "Installing dependencies..."
|
||||
@$(INTERNAL_BIN_DIR)/$(THIS_GOOS)/$(THIS_GOARCH)/glide install
|
||||
@$(INTERNAL_BIN_DIR)/$(THIS_GOOS)/$(THIS_GOARCH)/glide install --update-vendored
|
||||
|
||||
build-windows-amd64:
|
||||
@$(MAKE) build GOOS=windows GOARCH=amd64 SUFFIX=.exe
|
||||
|
|
|
|||
Loading…
Reference in a new issue