#!/bin/bash -e redo-ifchange .compile .parse-depfile "${1%.o}.c" . ./.compile ./.parse-depfile "${1%.o}.d" | tr '\n' '\0' | xargs -0 redo-ifchange