Add rake task to default

When I run "rake" at the root of my rails app, I want it to include a custom rake task. How do I hook my custom rake task into the Rails default rake task so that it runs automatically?