[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Makefile
- From: Tom N Harris <telliamed@...>
- Date: Tue, 15 Jun 2010 22:19:18 +0000
On 6/15/2010 12:28 PM, Luiz Henrique de Figueiredo wrote:
Quick poll: you know and use the Makefile targets below?
Makefile:
all clean test install uninstall local none echo pecho lecho
src/Makefile:
default all o a clean depend echo none
aix ansi bsd freebsd generic linux macosx mingw posix solaris
All feedback welcome.
Makefile: all clean install
src/Makefile: all clean linux mingw
Are you opposed to a cygwin target? Uses DLLs like mingw but with '/'
path separator and has readline.
--
- tom
telliamed@whoopdedo.org