[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: is there a good way to do emacs project management ?
|
From: |
Richard Riley |
|
Subject: |
Re: is there a good way to do emacs project management ? |
|
Date: |
Wed, 15 Apr 2009 23:04:09 +0200 |
|
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) |
"Colin S. Miller" <address@hidden> writes:
> Pascal J. Bourguignon wrote:
>> halida <address@hidden> writes:
>>
>>> I use emacs to do some coding, and text editing,
>>> When I create a new coding project, I simply create a new folder,
>>> and add source code into it.
>>> The problem is, with multi-forders, it is hard to change back to the
>>> top,
>>> and run the makefile.
>>
>> Type: M-x compile RET C-e SPC -C /path/to/the/directory/where/is/Makefile
>> RET
>> then to recompile: M-x recompile RET
>> from any directory...
>>
>
> I use
>
> cd /path/to/make/file && make -f Makefile
>
> as my build command.
>
> Col.
CEDET's EDE might also be of interest.
http://cedet.sourceforge.net/ede.shtml