It is possible to have Critcl automatically package the generated C code and all necessary source files as a self-contained archive suitable for copying to a target machine and compiling there.
This could be used as the basis of a "remote compilation" facility, where this packaged source is shipped to another machine running a special "server-mode critcl", which performs the compile and ships back the compiled code. There is an older experiment which demonstrates this approach is at [16].