heap: heap.h heap.cpp heap-main.cpp
	g++ heap.cpp heap-main.cpp -o heap

clean:
	rm heap
