Commit 1fd6ab2d authored by John M. (Jack) Maxfield's avatar John M. (Jack) Maxfield
Browse files

Update makefile

parent 3e33dca6
No related merge requests found
Pipeline #30589 failed with stage
in 0 seconds
Showing with 2 additions and 4 deletions
+2 -4
all : myzip0 myunzip0 huffman inflate test_inflate myunzip
all : myzip0 myunzip0 huffman inflate test_inflate myunzip myzip lz77
myzip0 : myzip0.c
cc myzip0.c -o myzip0
......@@ -25,7 +25,5 @@ lz77 : include/bitwriter.h include/hashmap.h include/lz77.h src/lz77/bitwriter.c
myzip : include/bitwriter.h include/hashmap.h include/lz77.h src/lz77/bitwriter.c src/lz77/hashmap.c src/lz77/lz77.c src/myzip/myzip.c
cc -I include src/lz77/lz77.c src/lz77/hashmap.c src/lz77/bitwriter.c src/myzip/myzip.c -o myzip
clean :
rm myzip0 myunzip0 huffman inflate test_inflate myunzip
rm -f myzip0 myunzip0 huffman inflate test_inflate myunzip myzip lz77
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 to comment