# Makefile all: pi_c.out pi_c.out: pi.c gcc -o pi pi.c -lm pi > pi_c.out rm -f pi