Sign in
cobalt
/
cobalt
/
9fd106630afcfc799d1f7d301e19935ee431681e
/
.
/
src
/
third_party
/
mozjs-45
/
build
/
pymake
/
tests
/
matchany2.mk
blob: d21d9702cbe2eac96806af6ca8502d5fb2593dcd [
file
] [
log
] [
blame
]
# we should succeed in making foo.ooo from foo.ooo.test
all
:
foo
.
ooo
@echo
TEST
-
PASS
%.
ooo
:
%.
ccc
exit
1
# this match-anything rule is terminal, and therefore applies
%::
%.
test
cp $
<
$@
foo
.
ooo
.
test
:
touch $@