A makefile
will usually include code to make your program, install your program, clean up afterward, and other things.
so the word target
could be various keywords, such as all
, install
, clean
, etc.
It's a way of saying make something. make all
implies do everything