7fd50c04de
drop-in for me and looks substantailly neater than the previous version, so I'll give the floppy tape users a break (but just this once :).
9 lines
191 B
Makefile
9 lines
191 B
Makefile
# $Id: Makefile,v 1.2 1994/02/07 08:40:16 rgrimes Exp $
|
|
|
|
PROG= ft
|
|
MAN8= ft.8
|
|
SRCS= ft.c ftecc.c
|
|
COPTS= -O2 -finline-functions -funroll-loops -fexpensive-optimizations
|
|
|
|
.include <bsd.prog.mk>
|