From 2dc9d4299442280e9e2b386de66507edc3d7b681 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Fri, 15 Jan 2016 10:08:00 +0000 Subject: Simplify install script --- .zathura/Makefile | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .zathura/Makefile (limited to '.zathura/Makefile') diff --git a/.zathura/Makefile b/.zathura/Makefile deleted file mode 100644 index c88ecfc..0000000 --- a/.zathura/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -HOME=/home/urbain -TARGET=$(HOME)/.config/zathura/zathurarc - -all : $(TARGET) - -$(HOME)/.config/zathura/zathurarc : - ln -sf $(PWD)/zathurarc $@ - -clean : - rm -f $(TARGET) -- cgit v1.2.3