mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-27 09:48:38 +09:00
7 lines
105 B
Makefile
7 lines
105 B
Makefile
#T returncode: 2
|
|
all:
|
|
mkdir newdir
|
|
test -d newdir
|
|
touch newdir/newfile
|
|
$(RM) newdir
|
|
@echo TEST-PASS
|