https://github.com/0ncorhynchus/cafemake
https://github.com/0ncorhynchus/cafemake
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0ncorhynchus/cafemake
- Owner: 0ncorhynchus
- License: mit
- Created: 2018-09-19T07:32:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-05T12:38:19.000Z (over 6 years ago)
- Last Synced: 2025-02-03T12:19:04.784Z (4 months ago)
- Language: Rust
- Size: 49.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cafemake
This program generates `build.ninja` or `Makefile` for a fortran project.
It is akin to `Cargo`.## How to install
* Install `cargo` to your environment.
* Run the below command:
```
$ cargo install --git https://github.com/0ncorhynchus/cafemake.git
```## How to use
Please see the directory `example`.