Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change what gets cleaned during make clean
  • Loading branch information
Tony Pham authored and Tony Pham committed May 19, 2017
1 parent 3e0b8f4 commit edb1a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
EXFILES= compress decompress
EXFILES= huffman
HUFFMAN= Huffman.o Compress.o Decompress.o main.o
FLAGS= -std=c++14 -g

Expand Down

0 comments on commit edb1a5e

Please sign in to comment.