make
- Utility to manage programs
- It's a
universal packagerfor linux distributions (or basically anything) - In archlinux it's more common to use
PKGBUILD
make # "all" script
make "install" # "install" script
make "uninstall" # "uninstall" script
universal packager for linux distributions (or basically anything)PKGBUILDmake # "all" script
make "install" # "install" script
make "uninstall" # "uninstall" script