make/0

make*

SWI-Prolog originally included this built-in as a Prolog version of the Unix make utility program. In this case the idea is to reconsult all source files that have been changed since they were originally compiled into Prolog. YAP has a limited implementation of make//00 that just goes through every loaded file and verifies whether reloading is needed.