<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>Rakefile</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -6,9 +6,6 @@ clean:
 	@rm -f *~ *.o *.s testarray testargs
 	@rm -rf doc/
 
-doc:
-	rdoc --all *.rb
-
 compiler.s: *.rb
 	ruby compiler.rb &lt;compiler.rb &gt;compiler.s
 </diff>
      <filename>Makefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5208bbe5ed141d78205472c59cad62f22f54cd41</id>
    </parent>
  </parents>
  <author>
    <name>Christopher Bertels</name>
    <email>bakkdoor@flasht.de</email>
  </author>
  <url>http://github.com/vidarh/writing-a-compiler-in-ruby/commit/76be1ceb9d25142a3876a8d764025cabb39123f0</url>
  <id>76be1ceb9d25142a3876a8d764025cabb39123f0</id>
  <committed-date>2009-04-25T18:22:23-07:00</committed-date>
  <authored-date>2009-04-25T18:22:23-07:00</authored-date>
  <message>Removed doc task from Makefile. Added Rakefile with spec, features and doc tasks. Makes it easier to run the tests, simply type 'rake' to run all tests.
You can also type 'rake spec' and 'rake features' to run the rspec &amp; cucumber tests seperately.</message>
  <tree>2bf5c3cb9e23db53a858b94c608abd66ebe1b9be</tree>
  <committer>
    <name>Christopher Bertels</name>
    <email>bakkdoor@flasht.de</email>
  </committer>
</commit>
