зеркало из https://github.com/mozilla/gecko-dev.git
11 строки
90 B
Makefile
11 строки
90 B
Makefile
|
$(shell \
|
||
|
touch dep; \
|
||
|
sleep 2; \
|
||
|
touch all; \
|
||
|
)
|
||
|
|
||
|
all:: dep
|
||
|
@echo TEST-PASS
|
||
|
|
||
|
.PHONY: all
|