Re: Using make
- From: Flash Gordon <spam@xxxxxxxxxxxxxxxxxx>
- Date: Fri, 30 Sep 2005 11:56:28 +0100
js wrote:
I have a source file called test.c. I have then made a file called Makefile that contains the following:
test: gcc test.c -o test
<snip>
I know it is not necessary to use make for only this single file but I still would like to know what I am missing.
You are missing that this is not the correct group to ask this question. Please ask on a group dedicated to your implementation where you will get correct advise. I would also recommend reading the manuals for your tool chain, commands like:
info make
man make
*might* provide you with the information you require, or you might have some other form of "help file" on your system.
--
Flash Gordon
Living in interesting times.
Although my email address says spam, it is real and I read it.
.
- References:
- Using make
- From: js
- Using make
- Prev by Date: Re: Assembler vs Compiler vs Linker
- Next by Date: Re: Using make
- Previous by thread: Re: Using make
- Next by thread: Universal (g)libc
- Index(es):
Relevant Pages
|