repo.or.cz
/
neatmkfn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gen.sh: add USELCDF to use lcdf-typetools instead of fontforge
[neatmkfn.git]
/
Makefile
blob
25cfdf98fa3f79cfb98958152446efeb7420cbee
1
CC
=
cc
2
CFLAGS
= -
O2
-
Wall
3
LDFLAGS
=
4
5
all
:
mktrfn
6
%
.o
: %
.c
7
$(
CC
) -
c
$(
CFLAGS
) $<
8
mktrfn
:
mktrfn.o trfn.o sbuf.o tab.o
9
$(
CC
) -
o
$
@
$
^
$(
LDFLAGS
)
10
clean
:
11
rm
-
f
*
.o mktrfn