Cross Reference: Makefile
xref
: /
opengrok-jel
/
ext
/
SampleRazorRepository
/
UserSandbox
/
SimpleCProgram
/
Makefile
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
734
N/A
testprog
:
main.o
734
N/A
$(
LINK.c
)
-o
testsprog
main.o
734
N/A
734
N/A
main.o
:
main.c
header.h
734
N/A
$(
COMPILE.c
)
main.c
734
N/A
734
N/A
clean
:
734
N/A
$(
RM
)
main.o
testprog
734
N/A
734
N/A
lint
:
main.c
header.h
734
N/A
$(
LINT
)
main.c