a.out: hheap.h hheap.cpp heap-huffman.cpp tree.h
	g++ hheap.cpp heap-huffman.cpp
	@echo Run as: a.out '<' heap-huffman-input.txt

clean:
	rm a.out
