blob: 36db4d121bd283f15320f2afc56fd383e25dfae9 [file] [log] [blame]
$(shell \
touch dep; \
sleep 2; \
touch all; \
)
all:: dep
@echo TEST-PASS
.PHONY: all