Cross Reference: Makefile
xref
: /
opengrok
/
ext
/
SampleRazorRepository
/
UserSandbox
/
SimpleCProgram
/
Makefile
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
testprog
:
main.o
$(
LINK.c
)
-o
testsprog
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