[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tools for C Programming
From: |
Pascal J. Bourguignon |
Subject: |
Re: Tools for C Programming |
Date: |
Sat, 07 Mar 2009 12:05:26 +0100 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/22.3 (darwin) |
Eli Zaretskii <eliz@gnu.org> writes:
>> Date: Sat, 7 Mar 2009 16:25:32 +0800
>> From: "Chengqi(Lars) Song" <songcq@gmail.com>
>>
>> 1. The folder structure is like:
>> abc-+-
>> |--MakeFile
>> |--src-+-
>> |--main.c
>> after I use C-x C-f to open main.c, how to 'make' when the MakeFile is in
>> the parent folder?
>
> "M-x compile RET cd .. && make RET"
It's better to put an absolute pathname here, so you can really M-x
recompile RET from any place.
--
__Pascal Bourguignon__