зеркало из https://github.com/mozilla/gecko-dev.git
8 строки
105 B
Makefile
8 строки
105 B
Makefile
|
#T returncode: 2
|
||
|
all:
|
||
|
mkdir newdir
|
||
|
test -d newdir
|
||
|
touch newdir/newfile
|
||
|
$(RM) newdir
|
||
|
@echo TEST-PASS
|