CFLAGS = -ansi -std=c99 -pedantic -Wall -Wextra -O -g CC=gcc testRand: testRand.o myRand.o testRand.o: testRand.c myRand.h myRand.o: myRand.c myRand.h clean: \rm *.o *~ a.out testRand