mirror of
https://github.com/toji/gl-matrix.git
synced 2026-01-18 14:26:54 +00:00
6 lines
61 B
Ruby
6 lines
61 B
Ruby
namespace :build do
|
|
task :compile do
|
|
compile
|
|
end
|
|
end
|