2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 00:20:48 +00:00

Fix make -B (force rebuild)

This commit is contained in:
Alexander Neumann 2015-05-14 11:10:01 +02:00
parent 396a69886c
commit e1098eedac

View File

@ -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) && \