stats : stats.c
	gcc -o stats stats.c -ldevmapper -lpopt -liberty -Wall -O2 -g
#-lefence
clean :
	rm -f stats
