mirror of
https://github.com/octoleo/restic.git
synced 2024-11-24 21:57:41 +00:00
Fix make -B (force rebuild)
This commit is contained in:
parent
396a69886c
commit
e1098eedac
2
Makefile
2
Makefile
@ -20,7 +20,7 @@ all: restic
|
|||||||
|
|
||||||
.gopath:
|
.gopath:
|
||||||
mkdir -p .gopath/src/github.com/restic
|
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
|
%: cmd/% .gopath
|
||||||
cd $(BASEPATH) && \
|
cd $(BASEPATH) && \
|
||||||
|
Loading…
Reference in New Issue
Block a user