$ makeAll the source files in src/ will be compiled and generate binary files to the bin/ in each subdirectory.
Fast compile & run at one time!
Execute this command:
$ make runAt the project root directory, then you can see all the program output on your terminal 🎉
It's easy to clean all the output files, just enter the following command at the project root directory:
$ make cleanThen you would find out all the output files are gone away!
This project is licensed under the BSD 3-Clause license.