mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
use repo level bins in test Makefile
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
This commit is contained in:
parent
f2aa10914f
commit
1e31839cc2
2
Makefile
2
Makefile
@ -30,6 +30,8 @@ go_check:
|
||||
bin/gx-v%:
|
||||
@echo "installing gx $(@:bin/gx-%=%)"
|
||||
@bin/dist_get gx $@ $(@:bin/gx-%=%)
|
||||
rm -f bin/gx
|
||||
ln -s $(@:bin/%=%) bin/gx
|
||||
|
||||
bin/gx-go-v%:
|
||||
@echo "installing gx-go $(@:bin/gx-go-%=%)"
|
||||
|
||||
@ -9,6 +9,8 @@ GOSLEEP_SRC = ./dependencies/go-sleep
|
||||
|
||||
GX_RELATIVE_PATH = ../../../../gx/ipfs
|
||||
|
||||
export PATH := ../bin:${PATH}
|
||||
|
||||
# User might want to override those on the command line
|
||||
GOFLAGS =
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user