Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 403 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 403 Bytes

Bang example

This example shows how to:

  • discover source files actually present in the repository
  • detect the host OS to infer compilation options
  • compile Lua
  • install Lua

build.lua contains Lua code that produces build.ninja (or just run build.sh to recompile bang and this example).

For more information, just look at the sources...