all : main.weight

main.weight : main.c
	gcc -Wall -Ofast -march=corei7 -msse4.2 -mpopcnt -mfpmath=sse $< -o $@ -lm -DWEIGHTED_SET
	strip $@
