What Is a Make File? How To 'Make' One

preview_player
Показать описание
A make file is a simple bash script traditionally used to compile/run source code. A make file simplifies needing to compile code from the command line, and also gives you the option to do multiple things for your project.

Рекомендации по теме
Комментарии
Автор

Man, this tutor was just beautiful. No trash talk, just pure information with good explanation.

eray
Автор

Bro your are one of a kind, never seen a video that is short but extremely informative. We need more people like you!

bamlakgezahegn
Автор

This guy made me understand Makefiles in a video when I've been struggling for weeks

fortnitefreellama
Автор

Awesome video! Very straight forward and to the point! I had no idea it was so easy and simple! My only complaint is the audio, but over awesome video! Subscribed

johnc
Автор

By far the best Make File explanation I've seen so far!

PabloSanchez-rqzz
Автор

this is the most straightforward yet detailed tutorial that basically made everything clear for me

allienguyen
Автор

A very clear and clean explainination of makefile. Thanks from India : )

sarathsureshh
Автор

This was exactly what i needed. Thanks from Germany

ryandombeu
Автор

Thank you so much! I was almost about to skip this vid cause it was 11 min and I wanted a shorter vid, but now I am glad I did not skip you. You explained everything so clearly.

dayofdebuggingthesamelin
Автор

best i have seen so far to actually explain what a makefile is doing, realy helpful, thanks

cdet
Автор

Clear explanation in simple words. Thanks. I like the part when you say, if you code on the terminal and not using an IDE . I feel, these kind of details are very important. Thank You.

abhishekghosh
Автор

Thank you so much!! That was very awesome!!! I learned it very well. Keep posting videos, please!

mahnazha
Автор

you seem like an extremely good teacher.

zdjbnuz
Автор

OMG I can't explain how good this video is, thanks a lot.

VivianGameCollections
Автор

Amazing work sir, It helped me a lot. Like I don't need to watch any other video now.

nehasingh
Автор

This is a very nice introductory video!

Hermis
Автор

Thank you so much ! Very good explanation !

youssefbenhachem
Автор

that was great thanks, how about passing arguments
how is it possible through makefile?

matinebrahimkhani
Автор

Great tutorial. Can you plz tell where can I get some more info regarding make .

vivekvarnwal
Автор

what if we have two separate source files in the same directory? do we need to write another makefile for that?

nikhilreddydev