Updated Rakefile to mirror the functionality of the Makefile
authorDouglas Neiner <doug@pixelgraphics.us>
Sun, 13 Jun 2010 03:55:49 +0000 (23:55 -0400)
committerwycats <wycats@gmail.com>
Sun, 20 Jun 2010 05:29:48 +0000 (22:29 -0700)
commit3e1ac2aaac0a99a7c1078e8dc76898346daf5d54
treee6fe50d4a9aa027b41c542541c021d5692d5c9d6
parentef8df7f55c3fb0466fa59d5cee20a2c34f009725
Updated Rakefile to mirror the functionality of the Makefile

The Rakefile now supports all the functionality of the Makefile
including only rebuilding files when dependent files change.

To see availible tasks, run:

    rake -T
Rakefile