Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 562 Bytes

File metadata and controls

21 lines (13 loc) · 562 Bytes

build.lua -- A build system in Lua

Implements the build system from the amazing Build Systems A La Carte.

More information

See the README file on the docs/ directory.

Building

To build the HTML version of the documentation, do make or make all_docs. make TAGS will generate an etags file for the Lua sources.

Installation

To install with luarocks:

luarocks --lua-version 5.4 install rockspecs/build-dev-1.rockspec