Skip to content

Commit e0628ae

Browse files
author
monkstone
committed
move Rakefile
1 parent 5d28a79 commit e0628ae

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

Rakefile

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# -*- encoding: utf-8 -*-
2+
3+
desc 'run contributed samples'
4+
task :default => [:contributed]
5+
6+
desc 'run contributed samples'
7+
task :contributed do
8+
sh "cd samples/contributed && rake"
9+
end
10+
11+
desc 'shaders'
12+
task :shaders do
13+
sh "cd samples/processing_app/topics/shaders && rake"
14+
end
15+
16+
desc 'vecmath'
17+
task :vecmath do
18+
sh "cd samples/processing_app/library/vecmath/vec2d && rake"
19+
sh "cd samples/processing_app/library/vecmath/vec3d && rake"
20+
sh "cd samples/processing_app/library/vecmath/arc_ball && rake"
21+
end

samples/Rakefile

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)