ccdevnet / openc2e

openc2e

This URL has Read+Write access

openc2e / BUILDING
100644 8 lines (6 sloc) 0.302 kb
1
2
3
4
5
6
7
8
* 'Just type make' build system
 
* if you add a CAOS function, you need to:
 * add prototype to caosVM.h
 * add implementation in a caosVM_category.cpp file
 * make sure you add documentation before the implementation in the same format as everything else
 * make sure it works, and add a %status done