mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-25 16:59:01 +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
|