help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: is there a good way to do emacs project management ?


From: Colin S. Miller
Subject: Re: is there a good way to do emacs project management ?
Date: Wed, 15 Apr 2009 20:05:55 +0100
User-agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103)

Pascal J. Bourguignon wrote:
halida <linjunhalida@gmail.com> 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.

--
Replace the obvious in my email address with the first three letters of the 
hostname to reply.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]