repo.or.cz
/
neatroff.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
adj: do not output excess line breaks after filling all words
[neatroff.git]
/
Makefile
blob
8080da23a19c6a4175ccdcf7aa2ae17224dc58a4
1
CC
=
cc
2
CFLAGS
= -
Wall
-
O2
-
DTROFFROOT
=
\"
/
root
/
troff
/
home
\"
3
LDFLAGS
=
4
5
all
:
xroff
6
%
.o
: %
.c xroff.h
7
$(
CC
) -
c
$(
CFLAGS
) $<
8
xroff
:
xroff.o dev.o font.o in.o cp.o tr.o ren.o out.o reg.o sbuf.o adj.o eval.o draw.o wb.o hyph.o
9
$(
CC
) -
o
$
@
$
^
$(
LDFLAGS
)
10
clean
:
11
rm
-
f
*
.o xroff