Sign in
chromium
/
devtools
/
devtools-frontend
/
45fb1f2ebb99ec7146ad3f489831d9c39aa78f18
/
.
/
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