int: int.c
	cc int.c -o int -O2 -lx86

.PHONY: clean
clean:
	rm -f int
