Shell commands inside of a Makefile?

FlasHBurN

Golden Member
Oct 12, 1999
1,346
0
71
I want to do something like:
cp file destdir/file
in a Makefile. However when I try to do this I get the following error:
commands commence before first target.