mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
9 lines
106 B
Makefile
9 lines
106 B
Makefile
|
|
#T commandline: ['-j3']
|
||
|
|
#T returncode: 2
|
||
|
|
|
||
|
|
all::
|
||
|
|
sleep 1
|
||
|
|
touch somefile
|
||
|
|
|
||
|
|
all:: somefile
|
||
|
|
@echo TEST-PASS
|