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

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

Re: Running makefiles from emacs


From: mrf
Subject: Re: Running makefiles from emacs
Date: Tue, 29 Jun 2021 13:59:26 +0300
User-agent: mu4e 1.5.8; emacs 27.2

Emanuel Berg via Users list for the GNU Emacs text editor writes:

> I don't know, you mean if you have different make commands for
> different projects?

I mean if you have different compile commands for different projects (or
you might share single source code programs with gcc command in it) for
example meson, cmake, autotools, waf, ninja, and so on.

in autotools you can set:

./configure && make

or

./autogen.sh && make

depending on the project and your needs



reply via email to

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