# makefile to compile a c program single: single.c gcc -o single single.c