<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>testargs.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,16 +1,9 @@
 
 
-all: parser
-
-parser: parser.o runtime.o
-
-parser.o: parser.s
-
-parser.s: parser.l
-	ruby compiler.rb &lt;parser.l &gt;parser.s
+all:  testargs testarray
 
 clean:
-	@rm -f *~ *.o *.s parser testarray testargs
+	@rm -f *~ *.o *.s testarray testargs
 
 testarray.s: testarray.l
 	ruby compiler.rb &lt;testarray.l &gt;testarray.s
@@ -20,8 +13,8 @@ testarray.o: testarray.s
 testarray: testarray.o runtime.o
 	gcc -o testarray testarray.o runtime.o
 
-testargs.s: testargs.l
-	ruby compiler.rb &lt;testargs.l &gt;testargs.s
+testargs.s: testargs.rb
+	ruby compiler.rb &lt;testargs.rb &gt;testargs.s
 
 testargs.o: testargs.s
 </diff>
      <filename>Makefile</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>testargs.l</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>20dbe9b5bf464a07996ed437e99f5130e90df505</id>
    </parent>
  </parents>
  <author>
    <name>Vidar Hokstad</name>
    <email>vidar@hokstad.com</email>
  </author>
  <url>http://github.com/vidarh/writing-a-compiler-in-ruby/commit/b78ecc3a61ec6ef70829114945546396fed7a546</url>
  <id>b78ecc3a61ec6ef70829114945546396fed7a546</id>
  <committed-date>2009-02-24T04:36:11-08:00</committed-date>
  <authored-date>2009-02-24T04:36:11-08:00</authored-date>
  <message>Renamed testargs.l to testargs.rb, fixed a minor bug and cleaned up the Makefile</message>
  <tree>2221e69aa98b254215b4dd81f30fce0eb291eae0</tree>
  <committer>
    <name>Vidar Hokstad</name>
    <email>vidar@hokstad.com</email>
  </committer>
</commit>
