xref
: /
external
/
autotest
/
client
/
tests
/
iosched_bugs
/
src
/
Makefile
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
CC
=
gcc
2
3
TESTS
=
dirty
4
5
all
: $(
TESTS
)
6
7
dirty
:
dirty.c
8
$(
CC
) -o $@ $^
9