https://github.com/eduinlight/cpp-boilerplate-make
https://github.com/eduinlight/cpp-boilerplate-make
cpp make
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/eduinlight/cpp-boilerplate-make
- Owner: eduinlight
- Created: 2024-11-17T13:54:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-21T08:59:53.000Z (over 1 year ago)
- Last Synced: 2025-03-24T21:35:37.494Z (over 1 year ago)
- Topics: cpp, make
- Language: Makefile
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## C++ boilerplate with make
### Run debug
```BASH
# build
make build
# run
make run
```
### Release
```BASH
make release
```
### Output
`./out/debug|release/project_name`