mirror of
https://github.com/octoleo/restic.git
synced 2024-12-22 02:48:55 +00:00
Makefile: Add missing dependencies
This commit is contained in:
parent
fdac4655c6
commit
be8064cd97
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 \
|
||||
|
Loading…
Reference in New Issue
Block a user