diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-01-15 10:08:00 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-01-15 10:08:00 +0000 |
commit | 2dc9d4299442280e9e2b386de66507edc3d7b681 (patch) | |
tree | e8c5f89fc508bad1e61f152b774103a574396c56 /.zathura/Makefile | |
parent | f6b127215458a80424453d931e1d41a516f528bd (diff) |
Simplify install script
Diffstat (limited to '.zathura/Makefile')
-rw-r--r-- | .zathura/Makefile | 10 |
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) |