README.txt 289 B

1234567891011
  1. See the corresponding entry on the waf blog:
  2. http://waf-devel.blogspot.com/2010/12/make-your-own-build-system-with-waf.html
  3. To create the build tool:
  4. ./create_it.sh
  5. To use on the file bbit which creates a program out of main.c:
  6. ./bbd clean build
  7. Enjoy your new build system! :-)