From edb1a5efee26fc025c6d360b22bca8b6566e5766 Mon Sep 17 00:00:00 2001 From: Tony Pham Date: Thu, 18 May 2017 23:47:10 -0400 Subject: [PATCH] Change what gets cleaned during make clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 34a0e4c..0cd25bd 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -EXFILES= compress decompress +EXFILES= huffman HUFFMAN= Huffman.o Compress.o Decompress.o main.o FLAGS= -std=c++14 -g