mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 07:47:32 +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
|