ALL=students CC=gcc all:$(ALL) students:students.o $(CC) students.o -lm -o students students.o:students.c students.h $(CC) -c students.c