ALL=huffman CC=gcc all:$(ALL) huffman:huffman.o $(CC) huffman.o -lm -o huffman huffman.o:huffman.c huffman.h $(CC) -c huffman.c