packages feed

shake-0.10.7: Examples/Ninja/test4.ninja

rule run
    command = touch $out

build ./out.txt: run

build dir/../out2.txt: run

build out: phony ./out.txt out2.txt