Mypal/build/pymake/tests/rm-fail.mk
2019-03-11 13:26:37 +03:00

8 lines
105 B
Makefile

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