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

https://github.com/0ncorhynchus/cafemake


https://github.com/0ncorhynchus/cafemake

Last synced: 3 months ago
JSON representation

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`.