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

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

Re: java and M-x compile


From: Nick Roberts
Subject: Re: java and M-x compile
Date: Sat, 1 Oct 2005 10:32:19 +1200

> > It might mean that make typically comes with standard defaults, so
> > e.g., knows to run a C compiler on .c files.
> >

> Even when you know how to enter a train: how will you be able to arrive 
> at your target destination when you neither know it nor how many times 
> and where you have to change into which other trains?

> A makefile is needed!

I don't know about trains but on GNU/Linux or Unix if you type:

make myprog

and you have an executable called myprog.c in that directory, make will
find and compile it:

nickrob/34 make myprog
cc     myprog.c   -o myprog
nickrob/35

Nick




reply via email to

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