Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 764 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 764 Bytes

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