Skip to content

Commit

Permalink
move Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
monkstone committed Oct 24, 2014
1 parent 5d28a79 commit e0628ae
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
21 changes: 21 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# -*- encoding: utf-8 -*-

desc 'run contributed samples'
task :default => [:contributed]

desc 'run contributed samples'
task :contributed do
sh "cd samples/contributed && rake"
end

desc 'shaders'
task :shaders do
sh "cd samples/processing_app/topics/shaders && rake"
end

desc 'vecmath'
task :vecmath do
sh "cd samples/processing_app/library/vecmath/vec2d && rake"
sh "cd samples/processing_app/library/vecmath/vec3d && rake"
sh "cd samples/processing_app/library/vecmath/arc_ball && rake"
end
21 changes: 0 additions & 21 deletions samples/Rakefile

This file was deleted.

0 comments on commit e0628ae

Please sign in to comment.