Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
build
/
kati
/
530136b0e3d6aaaa4de7d29b7ce9129b4814ff3a
/
.
/
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 $@ $
<
$
^