aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/Makefile')
-rw-r--r--zsh/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/zsh/Makefile b/zsh/Makefile
new file mode 100644
index 0000000..0fe3d40
--- /dev/null
+++ b/zsh/Makefile
@@ -0,0 +1,11 @@
+DESTDIR ?= /usr/local
+
+.PHONY: all install uninstall
+
+all:
+
+install:
+ install -Dm 644 _gitto $(DESTDIR)/share/zsh/site-functions/_gitto
+
+uninstall:
+ rm -f $(DESTDIR)/share/zsh/site-functions/_gitto