mirror of
https://github.com/restic/restic.git
synced 2025-08-12 13:37:51 +00:00
Fix make -B (force rebuild)
This commit is contained in:
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) && \
|
||||||
|
Reference in New Issue
Block a user