Skip to content

Building Programs

Samuel H edited this page Jul 22, 2021 · 3 revisions

NOTE: As of Summer 2021, if you clone TSAL, the generic Makefile will be located in the main TSAL folder inside the genericMakefile folder. You can copy over the Makefile to your project directory and then follow the GIF below to compile and run your project.

Linux/Mac/Cygwin: Please follow the GIF below:

The only difference between the files generated is that Linux and Mac will create an executable file while Cygwin creates an executable .exe file.

NOTE: Type make clean after you have made a change to a .cpp or .h file. Then type make to remake the project (Linux/Mac/Cygwin only).

Clone this wiki locally