#Simple C project skeleton
Unit tests from a modified minunit
Zed Shaw's debug macros
bstrlib - better string library
make all
make clean
##Run unit tests only make test
##enable debug() statements (see debug.h) make dev
##check for evil functions make check
- bin/ = executable programs in project
- build/ = libraries built by project
- src/ = source code for libraries
- test/ = unit test code and log