all:
	gcc -O2 -o rich-core-extract rich-core-extract.c

clean:
	rm rich-core-extract

