all:
	gcc -O2 tracer.c -o tracer
clean:
	rm -f tracer
