repo.or.cz
/
philodendron.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Tweak the header slightly
[philodendron.git]
/
lang_ext
/
Makefile
blob
81f91563bae017774631eba2285dcbf1f664b852
1
2
CFLAGS
=-
Wall
-
g
-
O6
-
std
=
c99
3
SUBDIRS
=
lua
4
TARGETS
=
all clean
5
6
.PHONY
: $(
TARGETS
)
7
$(
TARGETS
):
8
@for
dir
in
$(
SUBDIRS
) ;
do make
-
w
-
C
$
$dir
$
@
;
done
9