Hacker News new | ask | show | jobs
by geoid 2221 days ago
You could make use the pattern stem automatic variable in lines five and six to replace

    $(patsubst %.stdout,%.stderr,$@)
with

    $*.stderr