The Best 4 Makepp Alternatives
Compatible but reliable and improved replacement for GNU Make, implemented in Perl 5.
Uses a syntax almost identical to GNU make.Automatically handles crossmakefile dependencies — recursive make is no longer necessary.Finds all include files (scans source files for #include) automatically, and makes them if they don’t yet exist.Rebuilds if command is different from last build, even if the files haven’t changed.Can automatically symlink source/object files from another location if they don’t exist locally.Is easily extensible (written in Perl).
development build-automation build-tool