lua-users home
lua-l archive

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


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