Make
Build output files
make
Check installation (if supported by the program)
make installcheck
Install files
make install
Preview installation steps
make -n install
Remove intermediate or output files from your source / build tree
make clean
Set environment variables
env VAR=value make
Uninstall files (if supported by the program)
make uninstall