[TxMt] Re: Run makefile instead of xcode project
Alex Ross
tm-alex at rosiba.com
Tue Jul 29 11:28:50 UTC 2008
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 "<html><body><pre>"
cd $(basename $TM_FILEPATH)
make
echo "</pre></body></html>
Set Input: None, Output: Show as HTML and bind the command to CMD+R.
More information about the textmate
mailing list