How do I make a simple makefile for gcc on Linux?

Viewed 263665

I have three files: program.c, program.h and headers.h.

program.c includes program.h and headers.h.

I need to compile this on Linux using gcc compiler. I'm not sure how to do this. Netbeans created one for me, but it's empty.

5 Answers
Related