Build gzip 1.2.4.

This commit is contained in:
Andrius Štikonas 2021-01-11 20:44:07 +00:00
parent 3405518e2e
commit 238e9359b0
3 changed files with 48 additions and 0 deletions

View file

@ -57,3 +57,9 @@ cd ..
cd tar-1.12
kaem --file ../tar-1.12.kaem
cd ..
# Part 9: gzip
/after/bin/tar xf gzip-1.2.4.tar
cd gzip-1.2.4
kaem --file ../gzip-1.2.4.kaem
cd ..