Files
AeroPkg/assets/var/gnu/make.md

14 lines
191 B
Markdown
Raw Normal View History

2025-08-26 04:41:14 +03:00
make 4.4.1
=
https://ftp.gnu.org/gnu/make/make-4.4.1.tar.gz
``` sh *** build ***
./configure --prefix=/pkg/gnu/make
make -j$(nproc)
make install
2025-08-26 04:41:14 +03:00
```
``` cfg *** run deps ***
coreutils
```