tr: .nx with no arguments
[neatroff.git] / Makefile
blob60ae918aad57c0c5b37b775fdd05bab57eb914af
1 CC = cc
2 CFLAGS = -Wall -O2 -DTROFFROOT=\"/root/troff/home\"
3 LDFLAGS =
5 all: roff
6 %.o: %.c roff.h
7 $(CC) -c $(CFLAGS) $<
8 roff: roff.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 map.o clr.o
9 $(CC) -o $@ $^ $(LDFLAGS)
10 clean:
11 rm -f *.o roff