repo.or.cz
/
fbvnc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fbvnc: allow specifying RFB encoding
[fbvnc.git]
/
Makefile
blob
131ac260ee6beab4a648a7c4e4c555557b48b8f7
1
CC
=
cc
2
CFLAGS
= -
Wall
-
O2
3
LDFLAGS
= -
lz
4
5
OBJS
=
fbvnc.o draw.o
6
7
all
:
fbvnc
8
.c.o
:
9
$(
CC
) -
c
$(
CFLAGS
) $<
10
fbvnc
: $(
OBJS
)
11
$(
CC
) -
o
$
@
$(
OBJS
) $(
LDFLAGS
)
12
clean
:
13
rm
-
f
*
.o fbvnc