Cross Reference: Makefile
xref
: /
opengrok-jel
/
testdata
/
repositories
/
teamware
/
Makefile
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
1117
N/A
testprog
:
main.o
1515
N/A
$(
LINK.c
)
-o
testsprog
main.o
1117
N/A
1117
N/A
main.o
:
main.c
header.h
1117
N/A
$(
COMPILE.c
)
main.c
1117
N/A
1117
N/A
clean
:
1117
N/A
$(
RM
)
main.o
testprog
1117
N/A
1117
N/A
lint
:
main.c
header.h
1117
N/A
$(
LINT
)
main.c
1117
N/A