repo.or.cz
/
t2sde.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* updated blueman (2.3.5 -> 2.4.3)
[t2sde.git]
/
misc
/
luabash
/
Makefile
blob
ed3de41f123b1a065b2ea8824c992ab30416a453
1
2
CFLAGS
= -
Wall
-
O2
-
s
-
fPIC
3
#CFLAGS = -Wall -O0 -ggdb -fPIC
4
5
# ExactBuild does use CXX to link a .so right now
6
# (this should probably be done in a saner way)
7
CXX
= $(
CC
)
8
9
MODULES
=
lua bash
10
include
$(
addsuffix
/
Makefile
,$(
MODULES
))