rule run
    command = $disabled && touch $out || ./$in > $out
    description = run $in
