mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-26 17:28:38 +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
|