Sign in
cobalt
/
cobalt
/
e83fce97d7405b0b5e569d961aa431b1112ac6ac
/
.
/
src
/
third_party
/
devtools
/
node_modules
/
progress
/
Makefile
blob: f933be10a1976f9242b8d510aa15628b6ce5446c [
file
] [
log
] [
blame
]
EXAMPLES
=
$
(
foreach EXAMPLE
,
$
(
wildcard examples
/*.
js
),
$
(
EXAMPLE
))
.
PHONY
:
test
test
:
$
(
EXAMPLES
)
.
PHONY
:
$
(
EXAMPLES
)
$
(
EXAMPLES
):
;
node $@
&&
echo