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