Sign in
cobalt
/
cobalt
/
9fd106630afcfc799d1f7d301e19935ee431681e
/
.
/
src
/
third_party
/
mozjs-45
/
build
/
pymake
/
tests
/
dotslash.mk
blob: 585db96b790eca6c1b7313c9fe58067b432f5138 [
file
] [
log
] [
blame
]
$
(
shell touch foo
.
in
)
all
:
foo
.
out
test
"$(wildcard ./*.in)"
=
"./foo.in"
@echo
TEST
-
PASS
./%.
out
:
%.
in
test
"$@"
=
"foo.out"
cp $
<
$@