I got a C project to compile and run in Linux. It is a very big project with many subdirectories. Inside the parent directory there are files Makefile.am
and Makefile.in
.
I tried running make -f Makefile.am
, and got the following error:
make: Nothing to be done for `Makefile.am'.
What does it mean? How do I accomplish my task?