Skip to content

isthattyler/Makefile-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAKEFILE TEMPLATE

Description

This script automatically creates a Makefile for your project. Currently it only supports C/C++/C#, but I will extend it in the future to support other languages.

Usage

The script can be installed as follow:

git clone https://github.com/isthattyler/Makefile-Template.git
cd Makefile-Template
./install

After the installation process, you can use it right away. If you already have source files and your main file is named 'foo.cpp', creating a Makefile for it and run it is as simple as:

createmf foo.cpp
make
make clean

About

A Makefile Template generator script written in Bash

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages