all : memoryrand time.dat graph.pdf memoryseq : memoryseq.c gcc -Wall -o memoryseq memoryseq.c memoryrand : memoryrand.c makefile gcc -Wall -O3 -o memoryrand memoryrand.c time.dat : memoryrand ./memoryrand > time.dat graph.pdf : graph.gp time.dat gnuplot < graph.gp