Skip to content

Commit 32cfa56

Browse files
committed
Add geomerative to global Rakefile
1 parent 261ac9e commit 32cfa56

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Rakefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ task :slider do
4545
sh "cd #{PRWD}/processing_app/library/slider && rake"
4646
end
4747

48+
desc 'geomerative'
49+
task :geomerative do
50+
sh "cd #{PRWD}/external_library/gem/geomerative && rake"
51+
end
52+
4853
desc 'hemesh'
4954
task :hemesh do
5055
sh "cd #{PRWD}/external_library/java/hemesh && rake"

0 commit comments

Comments
 (0)