Files
Jeff Epler b6cd577cf6 py/mkrules.mk: Force ".pp" files to always rebuild.
These files are only built on demand for developers, and it is a quick
process.

Without FORCE, a sequence like this would leave the developer with an
outdated `main.pp` to inspect:

    make build-standard/main.pp
    touch input.h
    make build-standard/main.pp # Rebuilds now, wouldn't have before

Signed-off-by: Jeff Epler <jepler@gmail.com>
2025-08-28 23:09:32 +10:00
..
2025-07-25 10:56:02 +10:00
2025-02-25 16:11:33 +11:00