Sign in
cobalt
/
cobalt
/
71840339e1109efe930df5c60712d91cdcc962a8
/
.
/
src
/
third_party
/
mozjs-45
/
build
/
pymake
/
tests
/
phony.mk
blob: 36db4d121bd283f15320f2afc56fd383e25dfae9 [
file
] [
log
] [
blame
]
$
(
shell \
touch dep
;
\
sleep
2
;
\
touch all
;
\
)
all
::
dep
@echo
TEST
-
PASS
.
PHONY
:
all