michael@0: #T returncode: 2 michael@0: all: michael@0: mkdir newdir michael@0: test -d newdir michael@0: touch newdir/newfile michael@0: $(RM) newdir michael@0: @echo TEST-PASS