all:
	cc main.c rply.c -Ofast -lm -march=native -o gen

clean:
	rm -f gen