Code cleanup.
[ruby-eet.git] / Rakefile
index 8471c516ea13372a52555be925f5168e34938fa3..03fc22e9fccc2f2ef1a68aa762cb732a0ee46c44 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -1,4 +1,4 @@
-# $Id: Rakefile 22 2005-04-09 16:18:02Z tilman $
+# $Id: Rakefile 32 2005-04-19 09:07:57Z tilman $
 
 require "rbconfig"
 require "rake/clean"
@@ -20,9 +20,7 @@ PKG_VERSION = File.read("lib/eet.rb").
 ext_obj = "ext/ext.o"
 ext_lib = "ext/eet_ext.so"
 
-CLOBBER.include(ext_obj)
-CLOBBER.include(ext_lib)
-CLOBBER.include(FileList["test/*.eet"])
+CLOBBER.include(ext_obj, ext_lib, "test/*.eet")
 
 archdir = Config::CONFIG["archdir"]
 sitearchdir = Config::CONFIG["sitearchdir"]