CC = gcc CFLAGS = -Wall LDFLAGS = -lm PRG = pi_sim roots gen all: $(PRG) clean: rm -f *~ distclean: clean rm -f $(PRG)