rule all:
    output: "output.txt"
    shell:
        "echo done > {output}"
