repo.or.cz
/
screenenv.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Avoid getenv() - dlsym() - calloc() - getenv() race
[screenenv.git]
/
Makefile
blob
6700048a5ae1ef1b14f0eb9c606ac027447a1269
1
CFLAGS
=-
Wall
-
O3
2
3
screenenv.so
:
screenenv.c sessions.c
4
$(
CC
) $(
CFLAGS
) $(
LDFLAGS
) -
shared
-
fPIC
-
fvisibility
=
internal
-
o
$
@
$
^
-
ldl
5
6
screenenv.c sessions.c
:
screenenv.h
7
8
clean
:
9
rm
-
f screenenv.so