Sign in
android
/
platform
/
build
/
kati
/
ee538935fc914663100eb3d181dc40277131c2f6
/
.
/
testcase
/
suffix_rule.mk
blob: 422773175fef721304609d0fc72a9dfbb06b33a4 [
file
] [
log
] [
blame
]
# Preparation: create foo.c
test1
:
touch foo
.
c
# foo.o should match the suffix rule below.
test2
:
foo
.
o
.
c
.
o
:
echo PASS $@ $
<
$
^