mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-29 02:40:33 +09:00
10 lines
90 B
Makefile
10 lines
90 B
Makefile
$(shell \
|
|
touch dep; \
|
|
sleep 2; \
|
|
touch all; \
|
|
)
|
|
|
|
all:: dep
|
|
@echo TEST-PASS
|
|
|
|
.PHONY: all
|