mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
use proper path
This commit is contained in:
parent
a379d18f4a
commit
8d83b77447
2
Makefile
2
Makefile
|
|
@ -104,7 +104,7 @@ release-upload: release-windows-386 release-windows-amd64 release-linux-386 rele
|
|||
|
||||
test: installdeps
|
||||
@echo "Running tests..."
|
||||
@PATH=$(INTERNAL_BIN_DIR)/$(GOOS)/$(GOARCH):$(PATH) go test -v $(shell glide nv)
|
||||
@PATH=$(INTERNAL_BIN_DIR)/$(GOOS)/$(GOARCH):$(PATH) go test -v $(shell $(INTERNAL_BIN_DIR)/$(GOOS)/$(GOARCH)/glide nv)
|
||||
|
||||
clean:
|
||||
-rm -rf $(RELEASE_DIR)/*/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue