Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Making a Makefile

How I can make a Makefile, because it's the best way when you distribute a program by source code. Remember that this is for a C++ program and I'm starting in the C development world. But is it possible to make a Makefile for my Python programs?


1 Answers

From your question it sounds like a tutorial or an overview of what Makefiles actually do might benefit you.

A good places to start is the GNU Make documentation.

It includes the following overview "The make utility automatically determines which pieces of a large program need to be recompiled, and issues commands to recompile them."

And its first three chapters covers:

  1. Overview of make
  2. An Introduction to Makefiles
  3. Writing Makefiles
like image 110
Andre Miller Avatar answered Aug 11 '26 00:08

Andre Miller



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!