See examples/make/ for a trivial Makefile.
It preprocesses
*.src→*.phpfiles.Recursively scans subfolders for input
.srcfiles.Can predefine a main
config.hinclude etc.Or just set default phrep options.
Though for most projects even a Makefile is overkill. Rather prefer small shell scripts if you want to preprocess files repeatedly / or just once in a while.