Sign in
chromium
/
devtools
/
devtools-frontend
/
45fb1f2ebb99ec7146ad3f489831d9c39aa78f18
/
.
/
node_modules
/
progress
/
Makefile
blob: f933be10a1976f9242b8d510aa15628b6ce5446c [
file
] [
log
] [
blame
]
Yang Guo
4fd355c
2019-09-19 08:59:03
[
diff
] [
blame
]
1
2
EXAMPLES
=
$
(
foreach EXAMPLE
,
$
(
wildcard examples
/*.
js
),
$
(
EXAMPLE
))
3
4
.
PHONY
:
test
5
test
:
$
(
EXAMPLES
)
6
7
.
PHONY
:
$
(
EXAMPLES
)
8
$
(
EXAMPLES
):
;
node $@
&&
echo