Make

Gitea makes heavy use of Make to automate tasks and improve development. Thisguide covers how to install Make.

On Linux

Install with the package manager.

On Ubuntu/Debian:

  1. sudo apt-get install make

On Fedora/RHEL/CentOS:

  1. sudo yum install make

On Windows

One of these three distributions of Make will run on Windows:

原文: https://docs.gitea.io/zh-cn/make/