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
vncproto: simplify keyboard and mouse handling
[fbvnc.git]
/
Makefile
blob
0491a3a368e6fc225126dbafac71c37be4868f9d
1
CC
=
cc
2
CFLAGS
= -
std
=
gnu89
-
pedantic
-
Wall
-
O2
3
LDFLAGS
=
4
5
all
:
fbvnc
6
.c.o
:
7
$(
CC
) -
c
$(
CFLAGS
) $<
8
fbvnc
:
vncproto.o fbvnc.o draw.o
9
$(
CC
) $(
LDFLAGS
) -
o
$
@
$
^
10
clean
:
11
rm
-
f
*
.o fbvnc