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.
- Host: GitHub
- URL: https://github.com/omaraflak/gmake
- Owner: omaraflak
- Created: 2018-03-02T14:04:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T15:16:49.000Z (about 8 years ago)
- Last Synced: 2025-02-12T03:22:43.298Z (over 1 year ago)
- Topics: gmake, makefile, makefile-generation
- Language: C++
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```