1 * 'Just type make' build system
3 * if you add a CAOS function, you need to:
4 * add prototype to caosVM.h
5 * add implementation in a caosVM_category.cpp file
6 * make sure you add documentation before the implementation in the same format as everything else
7 * make sure it works, and add a %status done