CFLAGS = -ansi -std=c99 -pedantic -Wall -Wextra -O -g CC=gcc listDriver: listDriver.o list.o myRand.o listDriver.o: listDriver.c list.h list.o: list.c list.h myRand.o: myRand.c myRand.h