default: program program: gcc main.c -o a.out -lm clean: -rm -f a.out