diff options
author | Daniel Wallace <danielwallace@gtmanfred.com> | 2013-01-03 15:13:16 -0500 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2013-01-03 19:42:31 -0500 |
commit | 8c5e1487a3423188f90ad0c3262558b42b4c80c6 (patch) | |
tree | daae2819c34d22a96df37535ddde28d62317b2a0 /Makefile | |
parent | e9c637215ff75c3549551f2ae76571dc3ca07395 (diff) | |
download | mirror-ponymix-8c5e1487a3423188f90ad0c3262558b42b4c80c6.tar.gz mirror-ponymix-8c5e1487a3423188f90ad0c3262558b42b4c80c6.tar.bz2 mirror-ponymix-8c5e1487a3423188f90ad0c3262558b42b4c80c6.zip |
add zsh completion
Updated but doesn't include card/profile completion
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ pulse.o: pulse.cc pulse.h install: ponymix install -Dm755 ponymix $(DESTDIR)/usr/bin/ponymix install -Dm644 ponymix.1 $(DESTDIR)/usr/share/man/man1/ponymix.1 + install -Dm644 zsh-completion $(DESTDIR)/usr/share/zsh/site-functions/_ponymix clean: $(RM) ponymix pulse.o |