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

https://github.com/omaraflak/gmake

Makefile generator for simple C/C++ projects.
https://github.com/omaraflak/gmake

gmake makefile makefile-generation

Last synced: over 1 year ago
JSON representation

Makefile generator for simple C/C++ projects.

Awesome Lists containing this project

README

          

# gmake

gmake is a Makefile generator for simple C/C++ projects.

# Install gmake

```
git clone https://github.com/omaraflak/gmake.git && cd gmake
git submodule update --init
make
make install
```

# Use gmake

```
cd ./your/cpp/project
gmake -x exec_name
```