From b920816216cb161449dcf03ffe964c667c7b36c2 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 16 Sep 2015 15:38:58 +0100 Subject: Split install file --- .zathura/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .zathura/Makefile (limited to '.zathura/Makefile') diff --git a/.zathura/Makefile b/.zathura/Makefile new file mode 100644 index 0000000..e8c3e11 --- /dev/null +++ b/.zathura/Makefile @@ -0,0 +1,10 @@ +HOME=/home/urbain +TARGET=$(HOME)/.config/zathura/zathurarc + +all : $(TARGETS) + +$(HOME)/.config/zathura/zathurarc : + rm -f $@ && ln -s $(PWD)/zathurarc $@ + +clean : + rm -f $(TARGET) -- cgit v1.2.3