Description
Implement a makefile to help users automate the building of each test app. It should complete the current steps needed by the users of navigating to the respective folder, running cmake .., then make.
Justification
This will simplify the build process for users.
Acceptance Criteria
Description
Implement a makefile to help users automate the building of each test app. It should complete the current steps needed by the users of navigating to the respective folder, running
cmake .., thenmake.Justification
This will simplify the build process for users.
Acceptance Criteria