The bin folder should be removed from the repository and added to .gitignore. Furthermore, a Makefile should be added to the root of the repository. Makefile will create the bin directory before creating the executable. Finally, the README should be updated with build instructions and compilation options.
The bin folder should be removed from the repository and added to
.gitignore. Furthermore, aMakefileshould be added to the root of the repository.Makefilewill create thebindirectory before creating the executable. Finally, theREADMEshould be updated with build instructions and compilation options.