lib/choctop/rake_tasks.rb in choctop-0.12.1 vs lib/choctop/rake_tasks.rb in choctop-0.13.0

- old
+ new

@@ -7,9 +7,13 @@ task :build => "build/#{build_type}/#{target}/Contents/Info.plist" task "build/#{build_type}/#{target}/Contents/Info.plist" do make_build end + + task :clean_build do + FileUtils.rm_rf(build_path) + end desc "Create the dmg file for appcasting" task :dmg => :build do detach_dmg make_dmg \ No newline at end of file