Skip to content

Latest commit

 

History

35 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Makefile Tool

A simple tool to generate a makefile for a single executable from a directory of .cpp and .h files. Developed using Bash and C++. Inspired to make this after being introduced to Bash scripting and RegEx in my CS class 😄

How to Use

From any terminal that can run bash scripts such as Windows PowerShell or Linux, run the command:

./makefile-tool.sh <path-to-files>

Make sure makefile-tool.sh and find_includes are located in the current directory of your terminal. Provide a name for your executable, and then the path to the directory containing your .cpp and .h files. Your Makefile should be generated!

As I am still learning, please do not hesitate to leave any suggestions for my code and bring up any issues encountered 👍

About

A simple tool to generate a Makefile for a directory of .cpp and .h files.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages