Hello,
Lets say that i want to use makefile in Unix,
i have the following files inside (/home/makefile/) which are:
main.cpp
factorial.cpp
Hello.cpp
and also have another file inside(/home/makefile/inc/) which is:
function.h
...
now i want to use makefile,
what i did is here but it wont work..when all files are in one direction it works good, but when i change the direction of (function.h) it gives me error.
Help me plzzz.