repo.or.cz
/
ninja.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'maint/7.0'
[ninja.git]
/
cli-helpers
/
Makefile
blob
fdff0bf3a44c55bb66d224907b0def609664e3a4
1
CC
=
gcc
2
CFLAGS
= -
Wall
-
O2
-
ggdb3
-
pipe
3
SRC_C
= $(
wildcard
*
.c
)
4
OBJS
= $(
patsubst
%
.c
,%
.o
,$(
SRC_C
))
5
PROGS
=
apr_md5_validate
6
7
$(
PROGS
):
8
9
clean
:
10
rm
-
f
$(
PROGS
) $(
OBJS
)
core core.
*
11
12
.PHONY
:
clean