/Rakefile

http://github.com/cacaodev/cappuccino · Rakefile · 13 lines · 8 code · 4 blank · 1 comment · 0 complexity · 69913c94fd939ed42bf02e7dabd04bf7 MD5 · raw file

  1. #!/usr/bin/env ruby
  2. puts <<-eos
  3. Building with rake is no longer supported, use "jake" instead.
  4. The commands are all the same (e.g. rake install -> jake install).
  5. If you do not have jake, you can run sudo ./bootstrap.sh to install jake and it's dependencies.
  6. PLEASE remove your Build folder ($CAPP_BUILD if it's set) when switching from rake to jake.
  7. eos
  8. exit(1);