all: 
#	gcc -g -o main prio_tree.c
	gcc -Wall -W -g -o mmtest main.c -lrt
clean:
	rm -f *.o mmtest
