forked from TrueCloudLab/restic
Makefile: Add missing dependencies
This commit is contained in:
parent
fdac4655c6
commit
be8064cd97
1 changed files with 2 additions and 2 deletions
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 a new issue