help-make
[Top][All Lists]
Advanced

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

Re: Makefile help


From: Noel Yap
Subject: Re: Makefile help
Date: Sun, 07 Nov 2004 09:01:28 -0500
User-agent: Mozilla Thunderbird 0.5 (Windows/20040212)

.PHONY: all
all: your-name-client your-name-server

your-name-client: your-name-client.c
        # action to build your-name-client

your-name-server: your-name-server.c
        # action to build your-name-server

Heidi Khan wrote:

Assume that you have written a client/server application (say your-name-server.c and your-name-client.c) and need to compile it using a Makefile. How to write a Makefile that will compile both your client and server code in one go?

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


------------------------------------------------------------------------

_______________________________________________
Help-make mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/help-make




reply via email to

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