
all: threaded-mmap-stresstest

threaded-mmap-stresstest: threaded-mmap-stresstest.c Makefile
	gcc -O2 -rdynamic -g -Wall -o threaded-mmap-stresstest threaded-mmap-stresstest.c -lpthread -lm
