packages feed

shake-0.10.6: Examples/Ninja/test2.ninja

rule run
    command = touch $out

build out2.1: run
build out2.2: run

default out2.2