- Fixed default toolchain target in rakefile.rb (again!)

git-svn-id: http://cmock.svn.sourceforge.net/svnroot/cmock/trunk@46 bf332499-1b4d-0410-844d-d2d48d5cc64c
This commit is contained in:
greg-williams
2008-11-17 19:38:25 +00:00
parent b50ee9d98b
commit 5b3a063b8b
+2 -2
View File
@@ -8,8 +8,8 @@ require 'rakefile_helper'
include RakefileHelpers
#load_configuration('gcc.yml') # Uncomment this line to enable GCC
load_configuration('iar.yml') # Uncomment this line to enable IAR Embedded Workbench
load_configuration('gcc.yml') # Uncomment this line to enable GCC
#load_configuration('iar.yml') # Uncomment this line to enable IAR Embedded Workbench
configure_clean
task :default => [ :clobber, 'test:all', :app ]