Makefile -------- all: program program: program.c ^ need tab here gcc -o program program.c ^ and here