Skip to content

Commit

Permalink
Oops, undo that last Makefile change, it doesn't do what I expected.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Hess committed Oct 13, 2008
1 parent a7c6e0b commit 7e42f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -16,8 +16,8 @@ help:
push:
git push origin

push-all:
git push --all
push-all: push
git push github

test:
python setup.py test
Expand Down

0 comments on commit 7e42f0d

Please sign in to comment.