Skip to content

make

  • Utility to manage programs
  • It's a universal packager for 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