./0040755000175000017500000000000007142346402007717 5ustar holtholt./answers/0040755000175000017500000000000007142346444011407 5ustar holtholt./answers/n_files0100644000175000017500000000000207142346407012735 0ustar holtholt3 ./answers/file20100644000175000017500000000000207142346435012320 0ustar holtholt2 ./answers/file10100644000175000017500000000000207142346437012321 0ustar holtholt1 ./answers/file30100644000175000017500000000000407142346444012323 0ustar holtholt1 2 ./Makeppfile0100644000175000017500000000033107142345377011723 0ustar holtholt# # This test is about the simplest possible test of a makefile, using # the most straightforward inference rules. # file3: file1 file2 cat file1 file2 > $@ file2: echo 2 > $(target) file1: echo 1 > $(target)