view sw/libserial/Makefile @ 10:c1d9b5d128f5

fc-mcsi-rxtx: implement print-rx command
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 28 Oct 2024 06:11:23 +0000
parents a10657f8024e
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