lua-users home
lua-l archive

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


Here's an improvement that could be added I think; updating 'clean' for the windows binaries

In src/Makefile add line;
	WIN_B=  lua.exe luac.exe lua51.dll

And update;
	clean:
		$(RM) $(ALL_T) $(ALL_O) $(WIN_B)

Shouldn't have any sideeffect on other platforms.
Thijs