diff options
author | Pablo Lezaeta <prflr88@gmail.com> | 2012-07-26 19:01:35 -0400 |
---|---|---|
committer | Pablo Lezaeta <prflr88@gmail.com> | 2012-07-26 19:01:35 -0400 |
commit | d6d2dacdda82403f7751731de891ba406b376484 (patch) | |
tree | 28db10e65e161b0c71d9a07e8418d176ea6c62e1 /Makefile | |
parent | 572059807cba68cee5acb591017152c771931b02 (diff) | |
parent | ddcffd3c3ce13bc9bc941b072151d5b537fd699c (diff) | |
download | ponysay-d6d2dacdda82403f7751731de891ba406b376484.tar.gz ponysay-d6d2dacdda82403f7751731de891ba406b376484.tar.bz2 ponysay-d6d2dacdda82403f7751731de891ba406b376484.zip |
Merge branch 'master' of http://github.com/erkin/ponysay
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ ponythinkcompletion: sed -e 's/ponysay/ponythink/g' <"completion/zsh-completion.zsh" | sed -e 's/\/ponythink\//\/ponysay\//g' -e 's/\\\/ponythink\\\//\\\/ponysay\\\//g' >"completion/zsh-completion-think.zsh" submodules: + git submodule init git submodule update (cd "ponyquotes4ponysay/"; make -B) |