public
Description: ruby libxml library targetting speed and ease of use. provides an hpricot-like interface to xml
Homepage: http://trac.hasno.info/fastxml
Clone URL: git://github.com/segfault/fastxml.git
clean now nukes the makefile and object files


git-svn-id: svn://hasno.info/fastxml/trunk@32 
b3082176-f867-4bde-be85-e3c57d66f029
segfault (author)
Wed Aug 22 18:28:49 -0700 2007
commit  c2de24bbfbc219a126b4ab4cc49f0369afd12fc8
tree    b966aa4f638789f07554531ec50cd321a706a926
parent  389c0d6ab8f330a212e86dfa7dd808e2660c0b47
...
28
29
30
31
 
32
33
34
...
28
29
30
 
31
32
33
34
0
@@ -28,7 +28,7 @@ ext_files = FileList[
0
 ]
0
 
0
 
0
-CLEAN.include ["#{ext_so}", '*.gem']
0
+CLEAN.include ["#{ext}/Makefile", "#{ext}/.o", "#{ext_so}", '*.gem']
0
              
0
 # Many of these tasks were garnered from zenspider's Hoe
0
 # just forced to work my way

Comments

    No one has commented yet.