From tm-alex@rosiba.com Tue Jul 29 11:28:58 2008 From: Alex Ross To: textmate@lists.macromates.com Subject: [TxMt] Re: Run makefile instead of xcode project Date: Tue, 29 Jul 2008 13:28:50 +0200 Message-ID: <9EB12508-851E-4FDD-8F87-DFE8F00AA6F4@rosiba.com> In-Reply-To: <72064A71-B952-4A9C-A991-2AC3CE0138C5@gmx.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1163951612200125512==" --===============1163951612200125512== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit On Jul 29, 2008, at 12:43 PM, Nikolaus Binder wrote: > Hi Alex, > > thank you for your help... I already found that but am a bit stuck > exactly at that point... it doesn't find make... thought someone had a > small script as this is nothing too special. Ah, I thought there was already a command to run the makefile but it seems that there isn't. You can easily create a command to do this. Create a new command with contents: echo "
"
     cd $(basename $TM_FILEPATH)
     make
     echo "
Set Input: None, Output: Show as HTML and bind the command to CMD+R. --===============1163951612200125512==--