all: page.s
	nasm -felf64 page.s && gcc -nostdlib page.o -o page
clean:
	rm -f page.o page	perf.data perf.data.old
