Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/humphreyja/makefile-generater

Generates a C++ or C makefile
https://github.com/humphreyja/makefile-generater

Last synced: 9 days ago
JSON representation

Generates a C++ or C makefile

Awesome Lists containing this project

README

        

Program: gen-make
Created by: Jake Humphrey
Created Date: 9/3/2014

Run setup as root to add this program to the shells PATH

Description:
This program generates a makefile for either C++ programs or
for C programs. The default is C++. This will only generate
a makefile with the files contained in the current directory.

Options:
-c flag for generating the makefile for C programming.
-e to override the executable name prompt.
-s to specify a different compiler to use. Default is g++.
-f (format example: c++11) to specify the version of c++ to use.

This program was tested with: OpenSUSE, Ubuntu
If there are any issues with this program, contact Jake Humphrey at [email protected]