Sign in
cobalt
/
cobalt
/
9fd106630afcfc799d1f7d301e19935ee431681e
/
.
/
src
/
third_party
/
mozjs-45
/
build
/
pymake
/
tests
/
link-search.mk
blob: ea827f39139e331c58e538de4508899f1cfc5e5b [
file
] [
log
] [
blame
]
$
(
shell \
touch libfoo
.
so \
)
all
:
-
lfoo
test
"$<"
=
"libfoo.so"
@echo
TEST
-
PASS