summaryrefslogtreecommitdiff
path: root/.zathura
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-10-09 11:41:37 +0100
committerUrbain Vaes <urbain@vaes.uk>2015-10-09 11:41:37 +0100
commitfaad1b072a930b504adfaef4324d8469e1a57502 (patch)
treeaff5ead6fedb1aa6f35d0a23b8ef35ec19f68d04 /.zathura
parent3125a8c2efacb0aa4191d9dd0c06ce0af16dd2c0 (diff)
Correct errors in Makefiles
Diffstat (limited to '.zathura')
-rw-r--r--.zathura/Makefile4
1 files changed, 2 insertions, 2 deletions
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)