diff --git a/Makefile b/Makefile index f3e36ad70..c601daedd 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ all: restic .gopath: mkdir -p .gopath/src/github.com/restic - ln -sf ../../../.. .gopath/src/github.com/restic/restic + ln -snf ../../../.. .gopath/src/github.com/restic/restic %: cmd/% .gopath cd $(BASEPATH) && \