How do I add my own files to the Makefile generated by RapidApp?
The Makefile builds all files listed in C++FILES. This variable is defined as the contents of two lists, BUILDERFILES and USERFILES. For best results with the merging feature of the code generation, add externally-created files to the USERFILES list. List only the source files; the Makefile does the rest.