SGF (Systéme de Gestion de Fichiers) or FMS (File Management System)
Use the MAKEFILE commands make to build the executable.
make # for a release version
make debug # for a debug version
make clean # if you are tinkering in the codeThe usage is pretty similar to linux bash system, you use commands to navigate and to create, move, modify or delete files/directories.
If you know how linux bash system works.. Well I don't need to tell you the details.