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