From 4129e10514709fc58ce63ed8e87c615e14132990 Mon Sep 17 00:00:00 2001 From: Lyle Johnson <lyle@lylejohnson.name> Date: Tue, 15 Sep 2009 12:41:27 -0500 Subject: [PATCH] Removed the :build task from the Rakefile --- Rakefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Rakefile b/Rakefile index 8024a39..80d5f70 100755 --- a/Rakefile +++ b/Rakefile @@ -244,5 +244,3 @@ namespace :swig do end end end - -task :build => [:configure, :compile] -- GitLab