mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
90 B
Makefile
11 lines
90 B
Makefile
$(shell \
|
|
touch dep; \
|
|
sleep 2; \
|
|
touch all; \
|
|
)
|
|
|
|
all:: dep
|
|
@echo TEST-PASS
|
|
|
|
.PHONY: all
|