A tool which controls the generation of executables from the program's source files.

Installation

make can be installed with the Pakfire WebGUI or via the console:

pakfire install make

Usage

There is currently no web interface for this Addon. Open the client console or terminal to run this add-on.

[root@ipfireVM ~]# make -h
Usage: make [options] [target] ...
Options:
  -b, -m                      Ignored for compatibility.
  -B, --always-make           Unconditionally make all targets.
  -C DIRECTORY, --directory=DIRECTORY
                              Change to DIRECTORY before doing anything.
  -d                          Print lots of debugging information.
. . .