view sw/libserial/Makefile @ 6:a10657f8024e

sw: move initflush.c module into libserial
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 12 Oct 2024 19:42:19 +0000
parents a4918a161d2e
children
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
OBJS=	initflush.o nonblock.o openport.o setbaud.o
LIB=	libserial.a

all:	${LIB}

${LIB}:	${OBJS}
	ar rcu $@ ${OBJS}
	ranlib $@

clean:
	rm -f *.[oa] errs