all: threshold

threshold:
	gcc -m32 -mmmx -msse2 -o main main.cpp -lpthread

clean:
	rm main
	rm out.raw
