about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-03-04 18:01:12 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-03-04 18:01:12 +0000
commit629da1e5d72e377c2d6e656dac6ba5430b3fdef7 (patch)
tree77402e05a0d8bbac8f93956b6625e5820b49d087 /Rakefile
parentd150cae4777ae8722397901eb64f1cd53a74aa91 (diff)
downloadunicorn-629da1e5d72e377c2d6e656dac6ba5430b3fdef7.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@75 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index dba96a7..d5f4a37 100644
--- a/Rakefile
+++ b/Rakefile
@@ -17,7 +17,7 @@ task :default => [:compile, :test]
 
 desc "Compiles all extensions"
 task :compile => [:http11]
-task :package => [:clean]
+task :package => [:clean,:compile]
 
 task :ragel do
   sh %{/usr/local/bin/ragel ext/http11/http11_parser.rl | /usr/local/bin/rlcodegen -G2 -o ext/http11/http11_parser.c}