Sign in
cobalt
/
cobalt
/
edf9f4e573e100a6e6c9631fa7b3eef33f67490a
/
.
/
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