https://github.com/ciubix8513/makemaker
A simple tool for generation makefile
https://github.com/ciubix8513/makemaker
cpp linux makefile
Last synced: about 2 months ago
JSON representation
A simple tool for generation makefile
- Host: GitHub
- URL: https://github.com/ciubix8513/makemaker
- Owner: Ciubix8513
- License: gpl-3.0
- Created: 2022-07-08T03:30:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-25T08:22:12.000Z (almost 3 years ago)
- Last Synced: 2025-02-23T10:27:17.689Z (over 1 year ago)
- Topics: cpp, linux, makefile
- Language: C++
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Disclaimer
This code is shit and doesn't really work, i made this just when i was starting to try to understand makefile. So the makefile this program generates is trash.
I'm still leaving this opensource, just because one person's trash can be another's treasure
# Makemaker
A simple tool to automatically generate a Makefile.
## Usage
```Bash
makemaker -i -c -f -H -o
```
## Default parameters
- -c = g++
- -f = cpp
- -H = h
- -o = output
## Example
```Bash
makemaker -i main.cpp -c g++ -f cpp -H h -o main