mirror of
https://github.com/restic/restic.git
synced 2025-08-12 08:07:52 +00:00
Makefile: Add missing dependencies
This commit is contained in:
4
Makefile
4
Makefile
@@ -43,11 +43,11 @@ gox: .gopath
|
||||
cd $(BASEPATH) && \
|
||||
gox -verbose -os "$(GOX_OS)" ./cmd/restic
|
||||
|
||||
test-integration:
|
||||
test-integration: .gopath
|
||||
cd $(BASEPATH)/backend && \
|
||||
go test $(GOTESTFLAGS) -test.sftppath $(SFTP_PATH) ./...
|
||||
|
||||
all.cov:
|
||||
all.cov: .gopath
|
||||
cd $(BASEPATH) && \
|
||||
go list ./... | \
|
||||
while read pkg; do \
|
||||
|
Reference in New Issue
Block a user