repo.or.cz
/
fbpad.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pad: scroll when at the end of screen
[fbpad.git]
/
Makefile
blob
fc09a0e483a65a4814fbcf745b6b2e01b000bfdd
1
CC
=
cc
2
CFLAGS
= -
std
=
gnu89
-
pedantic
-
Wall
-
O2
`pkg-config --cflags freetype2`
3
LDFLAGS
= -
lutil
`pkg-config --libs freetype2`
4
5
all
:
fbpterm
6
.c.o
:
7
$(
CC
) -
c
$(
CFLAGS
) $<
8
fbpterm
:
fbpterm.o pad.o draw.o util.o
9
$(
CC
) $(
LDFLAGS
) -
o
$
@
$
^
10
clean
:
11
rm
-
f
*
.o fbpterm