Mypal/build/pymake/tests/rm-fail.mk

8 lines
105 B
Makefile

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