From be8064cd9785c17253d72a48fac9d5703216f892 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 10 May 2015 22:49:01 +0200 Subject: [PATCH] Makefile: Add missing dependencies --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 114d7a30f..5a0644deb 100644 --- a/Makefile +++ b/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 \