forked from TrueCloudLab/restic
Fix make -B (force rebuild)
This commit is contained in:
parent
396a69886c
commit
e1098eedac
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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) && \
|
||||
|
|
Loading…
Reference in a new issue