all: gettime profile-threaded profile-unthreaded

gettime: CFLAGS=-std=gnu99
gettime: LDFLAGS=-pthread

profile-threaded: LDFLAGS=-pthread
