Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FEATURE: some
Makefile
rules to make compilation easier (#23)
i thought adding very simple `Makefile` rules to compile, run the application and clean the repo could be helpful 😌 i never remember the `cmake` commands and copy-pasting them from the `README` is not the best to me 🤔 this PR adds - `make build` to compile the source - `make run` to run the compiled application => it takes care of the `cd bin` - `make clean` to clean the compilation files there is also a little note in the `README` to link users to the `Makefile` 👍 > **Note** > see the [`README`](https://github.com/amtoine/wiresmash/tree/feature/little-makefile-wrapper-to-compile#building-with-cmake) and the [`rules`](https://github.com/amtoine/wiresmash/blob/feature/little-makefile-wrapper-to-compile/Makefile)
- Loading branch information