From 5ee6232bfcca295b44f397ef8f17dee956a07a29 Mon Sep 17 00:00:00 2001 From: daboe01 Date: Fri, 5 Aug 2016 12:47:49 +0200 Subject: [PATCH] fixed: unused file in the root directory --- Rakefile | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 Rakefile diff --git a/Rakefile b/Rakefile deleted file mode 100644 index ebd27ab18..000000000 --- a/Rakefile +++ /dev/null @@ -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);