An open API service indexing awesome lists of open source software.

https://github.com/eduinlight/cpp-boilerplate-make


https://github.com/eduinlight/cpp-boilerplate-make

cpp make

Last synced: about 1 year ago
JSON representation

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`