osdev-gh / osdev-gh-doc

For Documentation
MIT License
0 stars 1 forks source link

Write Introduction to makefiles tutorial #9

Open lcabrini opened 7 years ago

lcabrini commented 7 years ago

This tutorial should basically help the user to create a makefile for compiling a basic hello world program. More in-depth tutorials on make can come later.

lcabrini commented 7 years ago

I suggest we stick to GNU make. Is that fine? I know that GNU make is installable on BSD systems and hence MacOSX. But I'm not sure about Windows. Is it easy to get GNU make working on Windows and to integrate with tools that C programmers on that platform normally use?