repo/zlib/Makefile

12 lines
156 B
Makefile
Raw Permalink Normal View History

2021-06-29 21:49:46 +03:00
prepare:
git clone https://github.com/madler/zlib
cd zlib
make:
2021-06-29 21:49:46 +03:00
./configure
make
2021-06-29 21:49:46 +03:00
install:
make install DESTDIR="${PREFIX}"
2021-06-29 21:49:46 +03:00
uninstall:
make uninstall
2021-06-29 21:49:46 +03:00