Welcome to PBMake.

PBMake is a make engine, and was created to save time.

If you are not using a make file, you are wasting time.

The benefit of a make process is primarily one of saved time!

A make engine and script is a program and text file that instructs
the Clipper compiler to only compile modules that you have
changed, instead of everything every time.

A make engine is the program that reads that script and performs
the appropriate actions.

Make engines and scripts are sometimes called a make process.