Commit 2d883227 by Rudolf

Add make clean target

parent a5847aaa
Showing with 2 additions and 0 deletions
...@@ -10,3 +10,5 @@ DEBUG := 1 ...@@ -10,3 +10,5 @@ DEBUG := 1
default: default:
gcc $(SRC_FILES) -o huffman -DDEBUG=$(DEBUG) gcc $(SRC_FILES) -o huffman -DDEBUG=$(DEBUG)
clean:
rm -f huffman
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment