home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 91e8054695052d4a011579394515063c354b9794
parent efed796024b7497aac3b54526fafa44ef8ac8f56
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 15 Jun 2020 10:10:06 +0200

Do not error out for $(SRCHOME) setup target

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -133,7 +133,7 @@ $(DOTGNUS): $(SRCHOME): @echo "Make sure $(SRCHOME) exists" - @ln -s ${PWD} $(SRCHOME) + @-ln -s ${PWD} $(SRCHOME) $(SYNCDIR): $(error $(SYNCDIR) is not present, you need to configure syncthing before running this command)