Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zakariaelbouzkri/mkgen
- Owner: ZakariaElbouzkri
- Created: 2023-10-16T14:15:53.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-16T17:25:38.000Z (about 1 year ago)
- Last Synced: 2023-10-17T09:21:27.818Z (about 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```