Project for IMS 2023, FIT VUT
To build the executable, simply run the following command:
make
This command will generate an executable file in the \bin
directory.
If you want to generate documentation, you can use following command:
make doc
This will generate documentation in \doc\simulation_study.pdf
and temporary files in \obj
.
To remove the object files, you can use the following command:
make clean
This command will clean up the \obj
directory.
If you want to remove both the object files and the generated executable, use the following command:
make cleanall
This will clean both the \obj
and \bin
directories and also \doc\documentation.pdf
.
Adam Ližičiar xlizic00@stud.fit.vutbr.cz