summaryrefslogtreecommitdiffstats
path: root/clerk_fzf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'clerk_fzf/Makefile')
-rw-r--r--clerk_fzf/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/clerk_fzf/Makefile b/clerk_fzf/Makefile
deleted file mode 100644
index f2f7abc..0000000
--- a/clerk_fzf/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-ifndef PREFIX
- PREFIX=/usr/local
-endif
-
-install:
- install -Dm755 clerk_fzf $(DESTDIR)$(PREFIX)/bin/clerk_fzf
- install -Dm644 tmux.clerk $(DESTDIR)/etc/clerk/tmux.conf
- install -Dm644 clerk_fzf.conf $(DESTDIR)/etc/clerk_fzf.conf
-