aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/Makefile')
-rw-r--r--zsh/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/zsh/Makefile b/zsh/Makefile
index 0c3a2c0..a7dd06c 100644
--- a/zsh/Makefile
+++ b/zsh/Makefile
@@ -1,6 +1,6 @@
DESTDIR ?= /usr/local
-.PHONY: all install uninstall
+.PHONY: all install uninstall clean
all:
@@ -9,3 +9,5 @@ install:
uninstall:
rm -f $(DESTDIR)/share/zsh/site-functions/_gitto
+
+clean: