rule concat: input: "toto.txt", "tata.txt" output: "output.txt" shell: "cat {input[0]} {input[1]} > {output}"