Skip to content

Commit

Permalink
Added 'push' as alias for 'update'
Browse files Browse the repository at this point in the history
  • Loading branch information
enkiv2 committed Jul 14, 2011
1 parent 4b2dfbc commit e0d910a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ push: clean update
update:
git pull origin master

pull: update

install:
make -C src/ install
@echo
Expand Down

0 comments on commit e0d910a

Please sign in to comment.