Oxbian / MakefileMaker

Un générateur de Makefile pour les projets simples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MakefileMaker


Release Language Librarie Size Licence OpenSource

What is Makefile Maker

Makefile Maker is a GUI for making makefiles, it allows you to choose the executable name, sources files, source directory, header directory ...

The project is based on the marvelous works of clemedon, Makefile tutor.

How it works ?

You just need to put your data in the entry, and it will generate a Makefile that you can custom if you need.

MakefileMaker

Compilation & installation:

To install & use this project you will need to have GTK3.0 on your computer git clone https://github.com/Oxbian/MakefileMaker.git cd MakefileMaker && make

To install gtk:
Arch & dérivés:

sudo pacman -S gtk3

Ubuntu & Debian:

sudo apt-get install libgtk-3-0

Contributing

Everyone is free to contribute and help me to improve / update this project. Just fork the project, do what you want and make pull request, I will review it with pleasure :)

License:

This project is under the GNU GPL v3.0 license, check LICENSE.md for more information.

About

Un générateur de Makefile pour les projets simples

License:GNU General Public License v3.0


Languages

Language:C 80.1%Language:Makefile 19.9%