Example:
ex1: ex1.c ex1.h gcc -Wall -Werror -o ex1 ex1.c
The UNIX command make
make
Makefile
prompt$ make gcc -Wall -Werror -o ex1 ex1.c
prompt$ make make: `ex1' is up to date.