Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zakariaelbouzkri/mkgen

script for generation Makefile, run in the root directory and it will recursivly scan file with the extention spicified
https://github.com/zakariaelbouzkri/mkgen

Last synced: 3 days ago
JSON representation

script for generation Makefile, run in the root directory and it will recursivly scan file with the extention spicified

Awesome Lists containing this project

README

        

# Makefile Generator

- simple script to generate makefile

- ##### how to install :
```bash
➜ git clone https://github.com/ZakariaElbouzkri/mkgen.git mkgen
➜ cd mkgen/
➜ ./install.sh
```
- ##### how to install :
in new terminal run command in root directory:
```bash
mkgen .cpp or mkgen .c
```