all:
	makeMRGjar HeapSort

clean:
	rm -f *.class *.jar MANIFEST *~
