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