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

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

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