Lets say I have files:
Libs:
Program:
Add the files a command depends upon to run to the right of the target name.
Example:
default: hello.c gcc -o hello.bin hello.c install: hello.bin cp hello.bin ../