Update zlib to 1.2.11.

This commit is contained in:
Alex Szpakowski
2019-06-02 01:37:50 -03:00
parent 638b67dab3
commit fdc98187b8
261 changed files with 9523 additions and 2163 deletions
+8
View File
@@ -0,0 +1,8 @@
blast: blast.c blast.h
cc -DTEST -o blast blast.c
test: blast
blast < test.pk | cmp - test.txt
clean:
rm -f blast blast.o