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 --- .uzbl/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .uzbl/Makefile (limited to '.uzbl') diff --git a/.uzbl/Makefile b/.uzbl/Makefile new file mode 100644 index 0000000..1c45cec --- /dev/null +++ b/.uzbl/Makefile @@ -0,0 +1,13 @@ +HOME=/home/urbain +TARGETS=$(addprefix $(HOME)/,.config/uzbl .local/share/uzbl/bookmarks) + +all : $(TARGETS) + +$(HOME)/.config/uzbl : + rm -f $@ && ln -s $(PWD) $@ + +$(HOME)/.local/share/uzbl/bookmarks : + rm -f $@ && ln -s $(PWD)/bookmarks $@ + +clean : + rm -f $(TARGETS) -- cgit v1.2.3