xref
: /
build
/
kati
/
testcase
/
filter.mk
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
sources
:=
foo.c
bar.c
baz.s
ugh.h
2
3
test
:
4
echo
cc
$(
filter
%.
c
%.
s
,$(
sources
)) -o
foo
5