mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
15 lines
170 B
Makefile
15 lines
170 B
Makefile
#T gmake skip
|
|
|
|
$(shell \
|
|
touch filemissing; \
|
|
sleep 2; \
|
|
touch file1; \
|
|
)
|
|
|
|
all: file1
|
|
@echo TEST-PASS
|
|
|
|
includedeps $(TESTPATH)/includedeps.deps
|
|
|
|
file1:
|
|
@echo TEST-FAIL
|