Navigation Menu

Skip to content

Commit

Permalink
Latest zild
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Jun 22, 2014
1 parent 39b4be3 commit 3cba351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -92,7 +92,7 @@ release: clean update check-release test disttest
git push --tag
make clean
git status
@[ -n "$$(which cowsay)" ] && cowsay "$(DIST)"
@[ -n "$$(which cowsay)" ] && cowsay "$(DIST) Released!!!" && echo

preflight: clean update check-release test disttest
make dist
Expand All @@ -102,7 +102,7 @@ preflight: clean update check-release test disttest
@echo git push --tag
make clean
git status
@[ -n "$$(which cowsay)" ] && cowsay "$(DIST) Released!!!"
@[ -n "$$(which cowsay)" ] && cowsay "$(DIST) Released!!!" && echo

readme:
kwim --pod-cpan doc/$(NAMEPATH).kwim > ReadMe.pod
Expand Down

0 comments on commit 3cba351

Please sign in to comment.