Sign in
cobalt
/
cobalt
/
9fd106630afcfc799d1f7d301e19935ee431681e
/
.
/
src
/
third_party
/
mozjs-45
/
build
/
pymake
/
tests
/
default-target.mk
blob: 701ac6916e350c9942fb04ae9f7ed2231609fc75 [
file
] [
log
] [
blame
]
test
:
VAR
=
value
%.
do
:
@echo
TEST
-
FAIL
:
ran target
"$@"
,
should have run
"all"
.
PHONY
:
test
all
:
@echo
TEST
-
PASS
:
the default target is all
test
:
@echo
TEST
-
FAIL
:
ran target
"$@"
,
should have run
"all"
test
.
do
: