https://github.com/hoodie/cargo-like-make
https://github.com/hoodie/cargo-like-make
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hoodie/cargo-like-make
- Owner: hoodie
- Created: 2016-10-09T18:42:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-09T18:50:48.000Z (over 8 years ago)
- Last Synced: 2025-02-10T08:44:15.467Z (3 months ago)
- Language: Makefile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cargo-like Makefile project
This is meant to feel like a freshly created cargo project, only for c++ projects.
The `main.rs` equivalent is `main.c++` all other files are called `.cpp` or `.hpp`. Build artifacts are supposed to land in `./target/debug`
## How to use
`make run`
`make clean`
## TODO
* [ ] there is no equivalent to `--release` yet
* [ ] so many more things I didn't think of yet