# compile and time the uniprocessor version of bitonic sort
all:
	gcc -O3 -lm bitonic_uni.c -o bitonic_uni
	time ./bitonic_uni