Sha256: 55bc8ea6040f52827b9d0d63f702c986e4a8b5d1e201bfa6b7aa94f026019ace
Contents?: true
Size: 270 Bytes
Versions: 2
Compression:
Stored size: 270 Bytes
Contents
task :install do sh "cd .. && git submodule init" sh "cd .. && git submodule update" sh "cd WaxSim && xcodebuild install DSTROOT=../../ INSTALL_PATH=/ext/bin" sh "cd iCuke && rake" end task :clean do sh "cd iCuke && rake clean" end task :default => :install
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
iCuke-0.6.5 | ext/Rakefile |
iCuke-0.6.4 | ext/Rakefile |