waf

FORK: waf with some random patches
git clone https://git.neptards.moe/neptards/waf.git
Log | Files | Refs | README

README.txt (279B)


      1 This example derives from the 'overview' and demonstrates how to provide
      2 a parser for a make-like language.
      3 
      4 The script files read are named 'cbit'
      5 
      6 To create the build tool:
      7    ./create_it.sh
      8 
      9 To use on the file cbit which creates a program out of main.c:
     10    ./cbd clean build
     11