Sign in
cobalt
/
cobalt
/
9fd106630afcfc799d1f7d301e19935ee431681e
/
.
/
src
/
third_party
/
mozjs-45
/
build
/
pymake
/
tests
/
implicit-chain.mk
blob: 16288b3f5a8d016da21630c9162cdb8b1fb3b60b [
file
] [
log
] [
blame
]
all
:
test
.
prog
test
"$$(cat $<)"
=
"Program: Object: Source: test.source"
@echo
TEST
-
PASS
%.
prog
:
%.
object
printf
"Program: %s"
"$$(cat $<)"
>
$@
%.
object
:
%.
source
printf
"Object: %s"
"$$(cat $<)"
>
$@
%.
source
:
printf
"Source: %s"
$@
>
$@