Skip to content

nikolaizombie1/mmf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Make MakeFile (mmf)


Shell script for bash that auto-generates a simple c/c++ Makefile in the current working directory having all the header and implementation [.h/.cpp] files in the same folder and not in sub-folders. The script can also compile the executable with the maximum amount of threads in a system.

mmf Demo


Prerequisites packages


 automake autoconf bash

Installation

You need to make the script executable with the command:

 chmod 744 mmf

Usage

If the script is in the current working Directory

    ./mmf

If the script is in the shell path

    mmf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages