mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
fixed: unused file in the root directory
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
puts <<-eos
|
||||
Building with rake is no longer supported, use "jake" instead.
|
||||
|
||||
The commands are all the same (e.g. rake install -> jake install).
|
||||
|
||||
If you do not have jake, you can run sudo ./bootstrap.sh to install jake and it's dependencies.
|
||||
|
||||
PLEASE remove your Build folder ($CAPP_BUILD if it's set) when switching from rake to jake.
|
||||
eos
|
||||
|
||||
exit(1);
|
||||
Reference in New Issue
Block a user