all: meltdown

meltdown: meltdown.c
	cc -O2 -g -msse2 -Wall -o $@ $<

clean:
	rm -f meltdown
