commands.sh

gprbuild

all

A high-level build tool for projects written in Ada and other languages (C/C++/Fortran).

More info →

Examples (4)

Build a project (assuming only one `*.gpr` file exists in the current directory)

Build a specific [P]roject file

gprbuild -P project_name

Clean up the build workspace

gprclean

Install compiled binaries

gprinstall --prefix path/to/installation_directory
made by @shridhargupta | data from tldr-pages