We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b8ffc commit ac52a13Copy full SHA for ac52a13
2 files changed
Rakefile
@@ -18,6 +18,11 @@ task :contributed do
18
sh "cd #{K9WD}/contributed && rake"
19
end
20
21
+desc 'PixelFlow'
22
+task :pixel_flow do
23
+ sh "cd #{K9WD}/external_library/java/PixelFlow && rake"
24
+end
25
+
26
desc 'shaders'
27
task :shaders do
28
sh "cd #{K9WD}/processing_app/topics/shaders && rake"
0 commit comments