From faad1b072a930b504adfaef4324d8469e1a57502 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Fri, 9 Oct 2015 11:41:37 +0100 Subject: Correct errors in Makefiles --- .zathura/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.zathura') diff --git a/.zathura/Makefile b/.zathura/Makefile index e8c3e11..c88ecfc 100644 --- a/.zathura/Makefile +++ b/.zathura/Makefile @@ -1,10 +1,10 @@ HOME=/home/urbain TARGET=$(HOME)/.config/zathura/zathurarc -all : $(TARGETS) +all : $(TARGET) $(HOME)/.config/zathura/zathurarc : - rm -f $@ && ln -s $(PWD)/zathurarc $@ + ln -sf $(PWD)/zathurarc $@ clean : rm -f $(TARGET) -- cgit v1.2.3