repo/gnuzip/Makefile
2021-06-30 03:15:01 +02:00

10 lines
198 B
Makefile

prepare:
git clone https://git.savannah.gnu.org/git/gzip.git
cd gzip
make:
./configure --prefix=${PREFIX}/usr --host=$LFS_TGT
make
install:
make DESTDIR=$LFS install
uninstall:
make uninstall