summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2010-04-23 23:21:05 +0200
committerFlorian Frank <flori@ping.de>2010-04-23 23:24:53 +0200
commita8812e990071c0ed5fbdd824846bd753488e36ca (patch)
treefc7db59a79a9738f5017dab11ed1739ff3e5d910 /Rakefile
parent927b2ba893fc927b4ac5e5222f1d84d49c93a3c5 (diff)
parentca292f9a9ba00cc6c5982015abeec8f1bb00eb90 (diff)
downloadjson-a8812e990071c0ed5fbdd824846bd753488e36ca.tar.gz
Merge branch 'rbx-fix'v1.4.0
Supports rubinius now. Avoided depending on MRI internals too much.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 57dae70..a7ca0ed 100644
--- a/Rakefile
+++ b/Rakefile
@@ -13,7 +13,7 @@ require 'rbconfig'
include Config
require 'rake/clean'
-CLOBBER.include Dir['benchmarks/data/*.{dat,log}']
+CLOBBER.include Dir['benchmarks/data/*.{dat,log}'], FileList['**/*.rbc']
CLEAN.include FileList['diagrams/*.*'], 'doc', 'coverage', 'tmp',
FileList["ext/**/{Makefile,mkmf.log}"],
FileList["{ext,lib}/**/*.{so,bundle,#{CONFIG['DLEXT']},o,obj,pdb,lib,manifest,exp,def}"]