summaryrefslogtreecommitdiff
path: root/.zathura/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '.zathura/Makefile')
-rw-r--r--.zathura/Makefile10
1 files changed, 0 insertions, 10 deletions
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)