mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-10 02:18:57 +00:00
8 lines
105 B
Makefile
8 lines
105 B
Makefile
#T returncode: 2
|
|
all:
|
|
mkdir newdir
|
|
test -d newdir
|
|
touch newdir/newfile
|
|
$(RM) newdir
|
|
@echo TEST-PASS
|