I am new to Linux programming I tried to compile a simple test construction. But I\'m getting an error when compiling. Adding inc.c as well (in the app: line) doesn\'t work.
you didn't compile the inc.c file
app: main.c inc.h cc -o app main.c inc.c