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, 9 insertions, 0 deletions
diff --git a/clerk_fzf/Makefile b/clerk_fzf/Makefile
new file mode 100644
index 0000000..a68e55d
--- /dev/null
+++ b/clerk_fzf/Makefile
@@ -0,0 +1,9 @@
+ifndef PREFIX
+ PREFIX=/usr/local
+endif
+
+install:
+ install -Dm755 clerk_fzf $(DESTDIR)$(PREFIX)/bin/clerk_fzf
+ install -Dm755 clerk_update $(DESTDIR)$(PREFIX)/bin/clerk_update
+ install -Dm755 clerk_starter $(DESTDIR)$(PREFIX)/bin/clerk_starter
+ install -Dm755 clerk_help $(DESTDIR)$(PREFIX)/bin/clerk_help