repo/gnuzip/Makefile

11 lines
198 B
Makefile
Raw Normal View History

2021-06-29 21:49:46 +03:00
prepare:
git clone https://git.savannah.gnu.org/git/gzip.git
cd gzip
2021-06-30 04:15:01 +03:00
make:
./configure --prefix=${PREFIX}/usr --host=$LFS_TGT
make
install:
make DESTDIR=$LFS install
uninstall:
make uninstall